gtk+ r20956 - in trunk: . gdk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20956 - in trunk: . gdk
- Date: Sun, 3 Aug 2008 23:36:17 +0000 (UTC)
Author: tml
Date: Sun Aug 3 23:36:17 2008
New Revision: 20956
URL: http://svn.gnome.org/viewvc/gtk+?rev=20956&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/gdk/gdkconfig.h.win32
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Aug 3 23:36:17 2008
@@ -1978,6 +1978,10 @@
#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='
Modified: trunk/gdk/gdkconfig.h.win32
==============================================================================
--- trunk/gdk/gdkconfig.h.win32 (original)
+++ trunk/gdk/gdkconfig.h.win32 Sun Aug 3 23:36:17 2008
@@ -19,6 +19,10 @@
# endif
#endif /* !GSEAL */
+#ifdef _WIN64
+# define GDK_NATIVE_WINDOW_POINTER
+#endif
+
#define GDK_WINDOWING_WIN32
#define GDK_HAVE_WCHAR_H 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]