7e934a6f18
MHGUI is the GUI widget library used in the C++ version of MakeHuman. The main idea is to have a small and easy toolkit with a set of special widgets. Some of this widgets are very special and not available in other toolkits. ok jasper@
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
$OpenBSD: patch-include_mhgui_ImageData_h,v 1.1.1.1 2006/11/21 18:38:48 ajacoutot Exp $
|
|
--- include/mhgui/ImageData.h.orig Fri Nov 17 10:14:22 2006
|
|
+++ include/mhgui/ImageData.h Fri Nov 17 10:14:36 2006
|
|
@@ -49,7 +49,7 @@
|
|
|
|
|
|
#if defined(USE_PNGLIB)
|
|
- #include <png.h>
|
|
+ #include <libpng/png.h>
|
|
#endif
|
|
|
|
using std::string;
|