summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-07-01 10:26:37 +0200
committerAlexander Larsson <alexl@redhat.com>2009-07-01 10:28:06 +0200
commit5341efd4d481f8cb478e0f6d48d534ae83813d45 (patch)
treedb0d74eeb341723298bab8ac74648c8f68c3ba58 /tests
parent11a96ce2f6979d32159c57d6fd3194e6122e8177 (diff)
downloadgdk-pixbuf-5341efd4d481f8cb478e0f6d48d534ae83813d45.tar.gz
Make win32 backend build and minimally work
Diffstat (limited to 'tests')
-rw-r--r--tests/testwindows.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testwindows.c b/tests/testwindows.c
index ca8d8e5de..06a0ef45e 100644
--- a/tests/testwindows.c
+++ b/tests/testwindows.c
@@ -1,5 +1,7 @@
#include <gtk/gtk.h>
+#ifdef GDK_WINDOWING_X11
#include <X11/Xlib.h>
+#endif
static GtkWidget *darea;
static GtkTreeStore *window_store = NULL;