updated
2004-08-06 Hans Breuer <hans@breuer.org> * gdk_pixbuf.def makefile.msc : updated
This commit is contained in:
@ -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>
|
Sun Aug 1 23:57:06 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* io-pcx.c (pcx_increment_load_data_1): Fix progressive
|
* io-pcx.c (pcx_increment_load_data_1): Fix progressive
|
||||||
|
|||||||
@ -25,10 +25,12 @@ EXPORTS
|
|||||||
gdk_pixbuf_error_get_type
|
gdk_pixbuf_error_get_type
|
||||||
gdk_pixbuf_error_quark
|
gdk_pixbuf_error_quark
|
||||||
gdk_pixbuf_fill
|
gdk_pixbuf_fill
|
||||||
|
gdk_pixbuf_flip
|
||||||
gdk_pixbuf_format_get_description
|
gdk_pixbuf_format_get_description
|
||||||
gdk_pixbuf_format_get_extensions
|
gdk_pixbuf_format_get_extensions
|
||||||
gdk_pixbuf_format_get_mime_types
|
gdk_pixbuf_format_get_mime_types
|
||||||
gdk_pixbuf_format_get_name
|
gdk_pixbuf_format_get_name
|
||||||
|
gdk_pixbuf_format_is_scalable
|
||||||
gdk_pixbuf_format_is_writable
|
gdk_pixbuf_format_is_writable
|
||||||
gdk_pixbuf_from_pixdata
|
gdk_pixbuf_from_pixdata
|
||||||
gdk_pixbuf_get_bits_per_sample
|
gdk_pixbuf_get_bits_per_sample
|
||||||
@ -65,6 +67,8 @@ EXPORTS
|
|||||||
gdk_pixbuf_new_subpixbuf
|
gdk_pixbuf_new_subpixbuf
|
||||||
gdk_pixbuf_non_anim_new
|
gdk_pixbuf_non_anim_new
|
||||||
gdk_pixbuf_ref
|
gdk_pixbuf_ref
|
||||||
|
gdk_pixbuf_rotate_simple
|
||||||
|
gdk_pixbuf_rotation_get_type
|
||||||
gdk_pixbuf_saturate_and_pixelate
|
gdk_pixbuf_saturate_and_pixelate
|
||||||
gdk_pixbuf_save
|
gdk_pixbuf_save
|
||||||
gdk_pixbuf_save_to_buffer
|
gdk_pixbuf_save_to_buffer
|
||||||
|
|||||||
@ -59,7 +59,9 @@ OBJECTS = \
|
|||||||
|
|
||||||
gdk_pixbuf_headers = \
|
gdk_pixbuf_headers = \
|
||||||
gdk-pixbuf.h \
|
gdk-pixbuf.h \
|
||||||
gdk-pixbuf-loader.h
|
gdk-pixbuf-core.h \
|
||||||
|
gdk-pixbuf-loader.h \
|
||||||
|
gdk-pixbuf-transform.h
|
||||||
|
|
||||||
gdk-pixbuf-marshal.h: gdk-pixbuf-marshal.list
|
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
|
..\..\glib\gobject\glib-genmarshal --prefix=gdk_pixbuf_marshal gdk-pixbuf-marshal.list --header >gdk-pixbuf-marshal.h
|
||||||
|
|||||||
Reference in New Issue
Block a user