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 | 0b7418572ee7a8d900a315e67fcb12a56e21459b (patch) | |
tree | 0bdc0446657458a9df2a26a12f1a037a0396a476 /gtk/stock-icons | |
parent | bf0d61a59b9e1b889ba98b36b05a90e76f64eced (diff) | |
download | gdk-pixbuf-0b7418572ee7a8d900a315e67fcb12a56e21459b.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 'gtk/stock-icons')
-rw-r--r-- | gtk/stock-icons/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/stock-icons/Makefile.am b/gtk/stock-icons/Makefile.am index 22f1234cc..3ea1084ce 100644 --- a/gtk/stock-icons/Makefile.am +++ b/gtk/stock-icons/Makefile.am @@ -154,8 +154,8 @@ CLEANFILES += $(noinst_DATA) pixbuf_dir = $(top_builddir)/gdk-pixbuf -gtkstockpixbufs.h: $(pixbuf_dir)/make-inline-pixbuf $(IMAGES) +gtkstockpixbufs.h: $(pixbuf_dir)/gdk-pixbuf-csource $(IMAGES) GDK_PIXBUF_MODULEDIR=$(pixbuf_dir)/.libs \ - $(pixbuf_dir)/make-inline-pixbuf $(srcdir)/gtkstockpixbufs.h $(VARIABLES) + $(pixbuf_dir)/gdk-pixbuf-csource --raw --build-list $(VARIABLES) >$(srcdir)/gtkstockpixbufs.h EXTRA_DIST = $(IMAGES) |