summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Penney <jc_zorkmid@yahoo.com>2014-10-30 06:09:59 -0400
committerArx Cruz <acruz@redhat.com>2015-04-21 11:00:41 +0200
commit5c9095731e7995974de2468debbf1b82593445fd (patch)
treec5ba2f7babd4f1cf3e98edae1a62fe67bf0d1a73 /src
parent4fe3fa98d941f2a00750bc5ce0c2a23846006265 (diff)
downloadzenity-5c9095731e7995974de2468debbf1b82593445fd.tar.gz
allow build if GDK_WINDOWING_X11 not set
Diffstat (limited to 'src')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index f9db4be..ada73b1 100644
--- a/src/util.h
+++ b/src/util.h
@@ -6,6 +6,8 @@
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
+#else
+typedef gint Window;
#endif
G_BEGIN_DECLS