summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixbufloader_xbm.def
Commit message (Collapse)AuthorAgeFilesLines
* gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output.Tor Lillqvist2001-03-191-4/+1
| | | | | | | | | | | | | | | | | | | 2001-03-19 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdrawable-win32.c * gdk/win32/gdkimage-win32.c: Use correct casts in debugging output. * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include gdkwin32.h. 2001-03-19 Tor Lillqvist <tml@iki.fi> * makefile.mingw.in: Handle gdk-pixbuf-marshal.c. * gdk_pixbuf.def: Update. * pixbufloader_*.def: Just export the fill_vtable functions now.
* new pixbuf loader, for X bitmap files. Basically a collision betweenJohn Harper2001-01-221-0/+5
2001-01-20 John Harper <jsh@eazel.com> * io-xbm.c: new pixbuf loader, for X bitmap files. Basically a collision between Xlib's RdBitF.c and io-tiff.c * gdk-pixbuf-io.c, Makefile.am, pixbufloader_xbm.def: added io-xbm.c support [ merged from stable gdk-pixbuf module. Untested, but it compiles, and works fine in the stable module ]