1998-09-28 13:21:47 +00:00
|
|
|
--- Imlib/Imlib_private.h.orig Sat Sep 26 20:58:58 1998
|
|
|
|
+++ Imlib/Imlib_private.h Sat Sep 26 20:59:15 1998
|
1998-07-18 18:42:26 +00:00
|
|
|
@@ -47,10 +47,10 @@
|
1997-12-01 16:29:54 +00:00
|
|
|
#include <png.h>
|
|
|
|
#endif
|
1998-04-29 21:32:49 +00:00
|
|
|
#ifdef HAVE_LIBTIFF
|
1997-12-01 16:29:54 +00:00
|
|
|
-#include <tiffio.h>
|
1998-11-25 05:06:28 +00:00
|
|
|
+#include <tiffio.h>
|
1997-12-01 16:29:54 +00:00
|
|
|
#endif
|
1998-04-29 21:32:49 +00:00
|
|
|
#ifdef HAVE_LIBGIF
|
|
|
|
-#include <gif_lib.h>
|
|
|
|
+#include <giflib/gif_lib.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define BYTE_ORD_24_RGB 0
|
1998-09-28 13:21:47 +00:00
|
|
|
--- gdk_imlib/gdk_imlib_private.h.orig Sat Sep 26 20:59:32 1998
|
|
|
|
+++ gdk_imlib/gdk_imlib_private.h Sat Sep 26 20:59:47 1998
|
1998-07-18 18:42:26 +00:00
|
|
|
@@ -48,10 +48,10 @@
|
1998-04-29 21:32:49 +00:00
|
|
|
#include <png.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_LIBTIFF
|
|
|
|
-#include <tiffio.h>
|
1998-11-25 05:06:28 +00:00
|
|
|
+#include <tiffio.h>
|
1998-04-29 21:32:49 +00:00
|
|
|
#endif
|
|
|
|
#ifdef HAVE_LIBGIF
|
1998-02-18 15:36:14 +00:00
|
|
|
-#include <gif_lib.h>
|
|
|
|
+#include <giflib/gif_lib.h>
|
|
|
|
#endif
|
1997-12-01 16:29:54 +00:00
|
|
|
|
1998-02-18 15:36:14 +00:00
|
|
|
#define BYTE_ORD_24_RGB 0
|