summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-02-01 18:31:44 +0100
committerBenjamin Otte <otte@redhat.com>2011-02-01 18:51:57 +0100
commit5f594b613eba0fca08e3866be3756e3afe798fc0 (patch)
tree7a635e6cc02e07f79142e23d8d6dc620125db25b /configure.ac
parent7b5ad65e714c6b42ae79b0f4e2cdcbc2d6a599f2 (diff)
downloadgtk+-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.ac1
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)