1998-12-26 19:33:35 +00:00
|
|
|
--- Imlib/Imlib_private.h.orig Wed Dec 16 11:13:56 1998
|
|
|
|
+++ Imlib/Imlib_private.h Thu Dec 24 06:01:57 1998
|
|
|
|
@@ -56,7 +56,7 @@
|
1998-12-06 15:37:14 +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
|
1999-01-14 16:53:38 +00:00
|
|
|
--- gdk_imlib/io-gif.c.orig Wed Jan 13 05:56:51 1999
|
|
|
|
+++ gdk_imlib/io-gif.c Thu Jan 14 18:12:05 1999
|
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
#else
|
1998-02-18 15:36:14 +00:00
|
|
|
-#include <gif_lib.h>
|
|
|
|
+#include <giflib/gif_lib.h>
|
1997-12-01 16:29:54 +00:00
|
|
|
|
1999-01-14 16:53:38 +00:00
|
|
|
unsigned char *
|
|
|
|
loader_gif(FILE *f, int *w, int *h, int *t)
|