mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
2008-08-04 Tor Lillqvist <tml@novell.com> Bug 544684 - Win64 issue, window handles are assumed to be 32-bit * configure.in: On Win64, define GDK_NATIVE_WINDOW_POINTER. * gdk/gdkconfig.h.win32: Ditto here. svn path=/trunk/; revision=20956
This commit is contained in:
parent
6ecaa61a1c
commit
963ee0de5e
@ -1,3 +1,11 @@
|
||||
2008-08-04 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
|
||||
|
||||
* configure.in: On Win64, define GDK_NATIVE_WINDOW_POINTER.
|
||||
|
||||
* gdk/gdkconfig.h.win32: Ditto here.
|
||||
|
||||
2008-08-04 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkstatusicon.c: Fix typo in Win32 and Quartz code:
|
||||
|
@ -1978,6 +1978,10 @@ if test "x$gdktarget" = "xx11" ; then
|
||||
#define GDK_WINDOWING_X11'
|
||||
elif test "x$gdktarget" = "xwin32" ; then
|
||||
gdk_windowing='
|
||||
#ifdef _WIN64
|
||||
# define GDK_NATIVE_WINDOW_POINTER
|
||||
#endif
|
||||
|
||||
#define GDK_WINDOWING_WIN32'
|
||||
elif test "x$gdktarget" = "xquartz" ; then
|
||||
gdk_windowing='
|
||||
|
@ -19,6 +19,10 @@ extern "C" {
|
||||
# endif
|
||||
#endif /* !GSEAL */
|
||||
|
||||
#ifdef _WIN64
|
||||
# define GDK_NATIVE_WINDOW_POINTER
|
||||
#endif
|
||||
|
||||
#define GDK_WINDOWING_WIN32
|
||||
|
||||
#define GDK_HAVE_WCHAR_H 1
|
||||
|
Loading…
Reference in New Issue
Block a user