]> Pileus Git - ~andy/gtk/commit
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
authorTor Lillqvist <tml@novell.com>
Mon, 4 Aug 2008 22:35:16 +0000 (22:35 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 4 Aug 2008 22:35:16 +0000 (22:35 +0000)
commitb1e744b064bc88bda3651b03f90aff5184532b8e
treeccd12c5689398051d556cfed1445723ba1aac2cf
parentad2ea92f7519b9d4827c6bdb17f560566f778627
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit

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=20988
gdk/gdkdnd.c
gdk/gdkdnd.h
gdk/win32/gdkdnd-win32.c
gdk/x11/gdkdnd-x11.c