opnsense-ports/graphics/mhgui/files/patch-include-mhgui-ImageData.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
369 B
C++

--- include/mhgui/ImageData.h.orig 2007-12-12 22:07:20.000000000 +0100
+++ include/mhgui/ImageData.h 2010-03-29 18:24:59.000000000 +0200
@@ -67,7 +67,7 @@
private:
char *image_data; /* raw png image data */
char *end_bufferPtr;
- unsigned long width, height;
+ png_uint_32 width, height;
unsigned int bytesPerRow;
bool alpha;