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/gdk-pixbuf.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/gdk-pixbuf.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h index 900be4f9e0..153eea8a8b 100644 --- a/gdk-pixbuf/gdk-pixbuf.h +++ b/gdk-pixbuf/gdk-pixbuf.h @@ -53,7 +53,6 @@ typedef enum { typedef struct _GdkPixbuf GdkPixbuf; typedef struct _GdkPixbufAnimation GdkPixbufAnimation; typedef struct _GdkPixbufAnimationIter GdkPixbufAnimationIter; -typedef struct _GdkPixbufFrame GdkPixbufFrame; #define GDK_TYPE_PIXBUF (gdk_pixbuf_get_type ()) #define GDK_PIXBUF(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF, GdkPixbuf)) |