diff options
author | Tor Lillqvist <tml@novell.com> | 2008-08-04 22:20:53 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-08-04 22:20:53 +0000 |
commit | 6a5f3cc9d9fa1815092ff94ec55676c1743568d8 (patch) | |
tree | dc950c643ac354b999ecf21b83a721dfac1c882c /configure.in | |
parent | 67a8a3a265757f8929706e7feeb2386af63bfbc4 (diff) | |
download | gdk-pixbuf-6a5f3cc9d9fa1815092ff94ec55676c1743568d8.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4dd0a55f0..bd098cd73 100644 --- a/configure.in +++ b/configure.in @@ -1987,9 +1987,7 @@ 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_NATIVE_WINDOW_POINTER #define GDK_WINDOWING_WIN32' elif test "x$gdktarget" = "xquartz" ; then |