diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-07-01 10:26:37 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-07-01 10:28:06 +0200 |
commit | 5341efd4d481f8cb478e0f6d48d534ae83813d45 (patch) | |
tree | db0d74eeb341723298bab8ac74648c8f68c3ba58 /tests | |
parent | 11a96ce2f6979d32159c57d6fd3194e6122e8177 (diff) | |
download | gtk+-5341efd4d481f8cb478e0f6d48d534ae83813d45.tar.gz |
Make win32 backend build and minimally work
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testwindows.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testwindows.c b/tests/testwindows.c index ca8d8e5dec..06a0ef45e8 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; |