mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
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:
parent
67a8a3a265
commit
6a5f3cc9d9
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user