Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makes

2008-08-05  Tor Lillqvist  <tml@novell.com>

	* configure.in: Define GDK_NATIVE_WINDOW_POINTER on 32-bit
	Windows, too. It just makes more sense, as a HWND *is* a kind of
	pointer.

	* gdk/gdkconfig.h.win32: Ditto here.


svn path=/trunk/; revision=20986
This commit is contained in:
Tor Lillqvist 2008-08-04 22:20:53 +00:00 committed by Tor Lillqvist
parent 67a8a3a265
commit 6a5f3cc9d9
3 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2008-08-05 Tor Lillqvist <tml@novell.com>
* configure.in: Define GDK_NATIVE_WINDOW_POINTER on 32-bit
Windows, too. It just makes more sense, as a HWND *is* a kind of
pointer.
* gdk/gdkconfig.h.win32: Ditto here.
2008-08-04 Björn Lindqvist <bjourne@gmail.com> 2008-08-04 Björn Lindqvist <bjourne@gmail.com>
Bug 534979 GtkImageMenuItem is a bin but has two children. Bug 534979 GtkImageMenuItem is a bin but has two children.

View File

@ -1987,9 +1987,7 @@ if test "x$gdktarget" = "xx11" ; then
#define GDK_WINDOWING_X11' #define GDK_WINDOWING_X11'
elif test "x$gdktarget" = "xwin32" ; then elif test "x$gdktarget" = "xwin32" ; then
gdk_windowing=' gdk_windowing='
#ifdef _WIN64
#define GDK_NATIVE_WINDOW_POINTER #define GDK_NATIVE_WINDOW_POINTER
#endif
#define GDK_WINDOWING_WIN32' #define GDK_WINDOWING_WIN32'
elif test "x$gdktarget" = "xquartz" ; then elif test "x$gdktarget" = "xquartz" ; then

View File

@ -19,9 +19,7 @@ extern "C" {
# endif # endif
#endif /* !GSEAL */ #endif /* !GSEAL */
#ifdef _WIN64
#define GDK_NATIVE_WINDOW_POINTER #define GDK_NATIVE_WINDOW_POINTER
#endif
#define GDK_WINDOWING_WIN32 #define GDK_WINDOWING_WIN32