summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 f9db4bea..ada73b14 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
bgstack15