gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output.

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.
This commit is contained in:
Tor Lillqvist
2001-03-19 19:37:59 +00:00
committed by Tor Lillqvist
parent 4f81f119e4
commit c5f68d2527
24 changed files with 103 additions and 59 deletions

View File

@ -1,6 +1,10 @@
#include <config.h>
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/x11/gdkx.h>
#elif defined (GDK_WINDOWING_WIN32)
#include <gdk/win32/gdkwin32.h>
#endif
int close_app(GtkWidget *widget, gpointer data)
{