diff options
author | Benjamin Otte <otte@redhat.com> | 2011-02-01 18:31:44 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-02-01 18:51:57 +0100 |
commit | 5f594b613eba0fca08e3866be3756e3afe798fc0 (patch) | |
tree | 7a635e6cc02e07f79142e23d8d6dc620125db25b /configure.ac | |
parent | 7b5ad65e714c6b42ae79b0f4e2cdcbc2d6a599f2 (diff) | |
download | gtk+-5f594b613eba0fca08e3866be3756e3afe798fc0.tar.gz |
API: gdk: Get rid of GdkNativeWindow
Also get rid of the GDK_NATIVE_WINDOW_POINTER define.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0e9849d7aa..571f773306 100644 --- a/configure.ac +++ b/configure.ac @@ -326,7 +326,6 @@ if test "x$enable_win32_backend" == xyes; then GDK_BACKENDS="$GDK_BACKENDS win32" backend_immodules="$backend_immodules,ime" GDK_WINDOWING="$GDK_WINDOWING -#define GDK_NATIVE_WINDOW_POINTER #define GDK_WINDOWING_WIN32" GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid" AM_CONDITIONAL(USE_WIN32, true) |