summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-03-19 19:37:59 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-03-19 19:37:59 +0000
commitc5f68d2527735465da0f11013871b5b719aae405 (patch)
tree0e706ba2624ec0358e41d789602556685448abbe /ChangeLog.pre-2-4
parent4f81f119e4baaf9b827ab6dc3d0a110a88258365 (diff)
downloadgtk+-c5f68d2527735465da0f11013871b5b719aae405.tar.gz
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.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-49
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 48a4736fe4..c1e33e94f3 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,12 @@
+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-18 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (print_window_state): New function.