summaryrefslogtreecommitdiff
path: root/plugingui/guievent.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-12-28 19:55:42 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2012-12-28 19:55:42 +0100
commitee8c2cf0dc3885751eb3e4b2c11da2576cac1371 (patch)
treee46700a612f74201e74ec925d6627f8c691a5944 /plugingui/guievent.h
parentd88abf274ddff2de9250dbf960cb8e1b25f07cfa (diff)
Move native code to seperate 'NativeWindow' classes.
Diffstat (limited to 'plugingui/guievent.h')
-rw-r--r--plugingui/guievent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/guievent.h b/plugingui/guievent.h
index 3550003..0fb3ef2 100644
--- a/plugingui/guievent.h
+++ b/plugingui/guievent.h
@@ -33,6 +33,7 @@
#ifdef X11
#include <X11/Xlib.h>
+#include <X11/Xutil.h>
#endif/*X11*/
namespace GUI {
@@ -52,7 +53,7 @@ public:
virtual Type type() = 0;
#ifdef X11
- Window window_id;
+ ::Window window_id;
#endif/*X11*/
};