gtk+ r20986 - in trunk: . gdk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20986 - in trunk: . gdk
- Date: Mon, 4 Aug 2008 22:20:54 +0000 (UTC)
Author: tml
Date: Mon Aug 4 22:20:53 2008
New Revision: 20986
URL: http://svn.gnome.org/viewvc/gtk+?rev=20986&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/gdk/gdkconfig.h.win32
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Aug 4 22:20:53 2008
@@ -1987,9 +1987,7 @@
#define GDK_WINDOWING_X11'
elif test "x$gdktarget" = "xwin32" ; then
gdk_windowing='
-#ifdef _WIN64
-# define GDK_NATIVE_WINDOW_POINTER
-#endif
+#define GDK_NATIVE_WINDOW_POINTER
#define GDK_WINDOWING_WIN32'
elif test "x$gdktarget" = "xquartz" ; then
Modified: trunk/gdk/gdkconfig.h.win32
==============================================================================
--- trunk/gdk/gdkconfig.h.win32 (original)
+++ trunk/gdk/gdkconfig.h.win32 Mon Aug 4 22:20:53 2008
@@ -19,9 +19,7 @@
# endif
#endif /* !GSEAL */
-#ifdef _WIN64
-# define GDK_NATIVE_WINDOW_POINTER
-#endif
+#define GDK_NATIVE_WINDOW_POINTER
#define GDK_WINDOWING_WIN32
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]