diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-12 21:42:10 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-12 21:42:10 +0000 |
commit | 549449d7ab4da98aed6268509364a4e9d32202ef (patch) | |
tree | b21c3283811a9179ff43d2ad91e5e06a263a2ed6 /gdk-pixbuf/io-gif-animation.h | |
parent | 8409b23d64048d4cd7cdcdab35bb32a08289f1f5 (diff) | |
download | gtk+-549449d7ab4da98aed6268509364a4e9d32202ef.tar.gz |
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)
Diffstat (limited to 'gdk-pixbuf/io-gif-animation.h')
-rw-r--r-- | gdk-pixbuf/io-gif-animation.h | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |