diff options
author | Tim Janik <timj@gtk.org> | 2001-06-26 08:34:26 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-06-26 08:34:26 +0000 |
commit | 57782c0825f7ab94176b6244cc5eac753dab0a37 (patch) | |
tree | ca7cc16b2864871955b72343b901c8120f727150 /gdk-pixbuf/gdk-pixbuf-private.h | |
parent | 1d8cbcf3edf127043ea6c3761875be3285bc41a1 (diff) | |
download | gdk-pixbuf-57782c0825f7ab94176b6244cc5eac753dab0a37.tar.gz |
hm, second attempt. it's fight CVS time again.
Tue Jun 26 09:48:02 2001 Tim Janik <timj@gtk.org>
* Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf
* gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream()
instead from gdk_pixbuf_new_from_inline().
* gdk-pixdata.[hc]: auxillary GdkPixdata structure, public
installed API for applications that need to serialize/deserialize
on their own (gimp, BEAST).
* gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed
program that can dump images in CSource format and Pixbuf
stream format. supports RLE encoding, MACRO formatting etc...
invoke with --help.
Tue Jun 26 10:04:30 2001 Tim Janik <timj@gtk.org>
* gtk/gtkiconfactory.c:
* gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
item factory so inlined pixbufs actually work.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-private.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-private.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-private.h b/gdk-pixbuf/gdk-pixbuf-private.h index 0bdae8715..4393cbe33 100644 --- a/gdk-pixbuf/gdk-pixbuf-private.h +++ b/gdk-pixbuf/gdk-pixbuf-private.h @@ -130,16 +130,6 @@ struct _GdkPixbufAnimationIterClass { -#define GDK_PIXBUF_INLINE_MAGIC_NUMBER 0x47646B50 /* 'GdkP' */ - -typedef enum -{ - GDK_PIXBUF_INLINE_RAW = 0, - GDK_PIXBUF_INLINE_RLE = 1 -} GdkPixbufInlineFormat; - - - GdkPixbufAnimation* gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf); #endif |