From 549449d7ab4da98aed6268509364a4e9d32202ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Sep 2002 21:42:10 +0000 Subject: Move GdkPixbufFrame from the public header to the gif-animation-specific * io-gif-animation.h: * gdk-pixbuf.h: Move GdkPixbufFrame from the public header to the gif-animation-specific private header. (#91929) --- gdk-pixbuf/io-gif-animation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdk-pixbuf/io-gif-animation.h') diff --git a/gdk-pixbuf/io-gif-animation.h b/gdk-pixbuf/io-gif-animation.h index ce1ebaa6f9..f53ae05e1d 100644 --- a/gdk-pixbuf/io-gif-animation.h +++ b/gdk-pixbuf/io-gif-animation.h @@ -47,6 +47,7 @@ typedef enum { typedef struct _GdkPixbufGifAnim GdkPixbufGifAnim; typedef struct _GdkPixbufGifAnimClass GdkPixbufGifAnimClass; +typedef struct _GdkPixbufFrame GdkPixbufFrame; #define GDK_TYPE_PIXBUF_GIF_ANIM (gdk_pixbuf_gif_anim_get_type ()) #define GDK_PIXBUF_GIF_ANIM(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF_GIF_ANIM, GdkPixbufGifAnim)) -- cgit v1.2.1