]> Pileus Git - ~andy/gtk/commitdiff
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
authorTor Lillqvist <tml@novell.com>
Mon, 4 Aug 2008 22:36:53 +0000 (22:36 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 4 Aug 2008 22:36:53 +0000 (22:36 +0000)
2008-08-05  Tor Lillqvist  <tml@novell.com>

Bug 544684 - Win64 issue, window handles are assumed to be 32-bit

* gdk/gdkdnd.h
* gdk/gdkdnd.c
* gdk/win32/gdkdnd-win32.c
* gdk/x11/gdkdnd-x11.c: Change return value and type of window id
from guint32 to GdkNativeWindow for
gdk_drag_get_protocol_for_display() and
gdk_drag_get_protocol(). This is not an API break on existing
platforms, as GdkNativeWindow has been guint32 for them
already.

svn path=/trunk/; revision=20989

ChangeLog

index d97d8de73b14073cf86f8d9d8731514719a99145..b1a1f1edc5b31661b17fa6a9b4279f5315f4d0a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-08-05  Tor Lillqvist  <tml@novell.com>
+
+       Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
+
+       * gdk/gdkdnd.h
+       * gdk/gdkdnd.c
+       * gdk/win32/gdkdnd-win32.c
+       * gdk/x11/gdkdnd-x11.c: Change return value and type of window id
+       from guint32 to GdkNativeWindow for
+       gdk_drag_get_protocol_for_display() and
+       gdk_drag_get_protocol(). This is not an API break on existing
+       platforms, as GdkNativeWindow has been guint32 for them
+       already.
+
 2008-08-05  Tor Lillqvist  <tml@novell.com>
 
        * gdk/gdkrgb.c: Cast pointers to guintptr, not unsigned long,