]> 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 23:44:59 +0000 (23:44 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 4 Aug 2008 23:44:59 +0000 (23:44 +0000)
commita1e3946f58ff20011727a26335e7085eff605a99
tree794a62f7de4eac1a7f5e6b580dc6163cf0bce633
parent8d41f35b9b4d7f859ab535229fad7f80be928e5b
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

* gtk/gtksocket-win32.c: Don't cast HWND to guint, pass it as such
as the GdkNativeWindow parameter to
gtk_window_remove_embedded_xid(). Debugging printout format fixes.

* gtk/gtkwin32embed.h
* gtk/gtkwin32embed.c: Change the types of wparam and lparam
parameters to actually be WPARAM and LPARAM.

* gtk/gtkplug-win32.c: Adapt accordingly.

svn path=/trunk/; revision=21000
ChangeLog
gtk/gtkplug-win32.c
gtk/gtksocket-win32.c
gtk/gtkwin32embed.c
gtk/gtkwin32embed.h