summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-06-30 21:58:24 +0000
committerTor Lillqvist <tml@src.gnome.org>2003-06-30 21:58:24 +0000
commit33902a67f04523e1642185e6617ac469d29100b4 (patch)
tree5093d1dbadb4d72e5ad99c1ddef33fc6bc82bc70 /ChangeLog.pre-2-4
parentc921fdf53b42fe222017b2498b353a6c818af5d8 (diff)
downloadgdk-pixbuf-33902a67f04523e1642185e6617ac469d29100b4.tar.gz
New function, callback proc for EnumWindows().
2003-06-30 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function, callback proc for EnumWindows(). (gdk_drag_find_window_for_screen): Actually take the drag_window argument into account: Instead of using WindowFromPoint(), use EnumWindows(), to be able to skip the drag_window. (#116320, Tony M Brown, Herman Bloggs) * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and gdk_window_ref()/unref() calls with g_object_ref()/unref(). Consistently use %p format in debugging output of pointers and HANDLEs.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-414
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 0c9a9ebfa..0d34b2311 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,17 @@
+2003-06-30 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
+ callback proc for EnumWindows().
+ (gdk_drag_find_window_for_screen): Actually take the drag_window
+ argument into account: Instead of using WindowFromPoint(), use
+ EnumWindows(), to be able to skip the drag_window. (#116320, Tony
+ M Brown, Herman Bloggs)
+
+ * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
+ gdk_window_ref()/unref() calls with g_object_ref()/unref().
+ Consistently use %p format in debugging output of pointers and
+ HANDLEs.
+
2003-06-30 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkexpander.h: kill some stray characters