diff options
Diffstat (limited to 'plugingui/guievent.h')
-rw-r--r-- | plugingui/guievent.h | 3 |
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*/ }; |