diff options
Diffstat (limited to 'gdk-pixbuf/io-gif.c')
-rw-r--r-- | gdk-pixbuf/io-gif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index 926871a3dc..4f3bc88788 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -59,7 +59,7 @@ #include <config.h> #include <stdio.h> #include <string.h> -#include "gdk-pixbuf.h" +#include "gdk-pixbuf-private.h" #include "gdk-pixbuf-io.h" @@ -666,7 +666,7 @@ gif_get_lzw (GifContext *context) gint v; if (context->pixbuf == NULL) { - context->pixbuf = gdk_pixbuf_new (ART_PIX_RGB, + context->pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, context->gif89.transparent != -1, 8, context->frame_len, |