mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
updated
2004-08-06 Hans Breuer <hans@breuer.org> * gdk_pixbuf.def makefile.msc : updated
This commit is contained in:
parent
1629735020
commit
bec2974410
@ -1,3 +1,7 @@
|
||||
2004-08-06 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gdk_pixbuf.def makefile.msc : updated
|
||||
|
||||
Sun Aug 1 23:57:06 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* io-pcx.c (pcx_increment_load_data_1): Fix progressive
|
||||
|
@ -25,10 +25,12 @@ EXPORTS
|
||||
gdk_pixbuf_error_get_type
|
||||
gdk_pixbuf_error_quark
|
||||
gdk_pixbuf_fill
|
||||
gdk_pixbuf_flip
|
||||
gdk_pixbuf_format_get_description
|
||||
gdk_pixbuf_format_get_extensions
|
||||
gdk_pixbuf_format_get_mime_types
|
||||
gdk_pixbuf_format_get_name
|
||||
gdk_pixbuf_format_is_scalable
|
||||
gdk_pixbuf_format_is_writable
|
||||
gdk_pixbuf_from_pixdata
|
||||
gdk_pixbuf_get_bits_per_sample
|
||||
@ -65,6 +67,8 @@ EXPORTS
|
||||
gdk_pixbuf_new_subpixbuf
|
||||
gdk_pixbuf_non_anim_new
|
||||
gdk_pixbuf_ref
|
||||
gdk_pixbuf_rotate_simple
|
||||
gdk_pixbuf_rotation_get_type
|
||||
gdk_pixbuf_saturate_and_pixelate
|
||||
gdk_pixbuf_save
|
||||
gdk_pixbuf_save_to_buffer
|
||||
|
@ -57,9 +57,11 @@ OBJECTS = \
|
||||
io-xpm.obj \
|
||||
io-jpeg.obj \
|
||||
|
||||
gdk_pixbuf_headers = \
|
||||
gdk-pixbuf.h \
|
||||
gdk-pixbuf-loader.h
|
||||
gdk_pixbuf_headers = \
|
||||
gdk-pixbuf.h \
|
||||
gdk-pixbuf-core.h \
|
||||
gdk-pixbuf-loader.h \
|
||||
gdk-pixbuf-transform.h
|
||||
|
||||
gdk-pixbuf-marshal.h: gdk-pixbuf-marshal.list
|
||||
..\..\glib\gobject\glib-genmarshal --prefix=gdk_pixbuf_marshal gdk-pixbuf-marshal.list --header >gdk-pixbuf-marshal.h
|
||||
|
Loading…
Reference in New Issue
Block a user