From ee8c2cf0dc3885751eb3e4b2c11da2576cac1371 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 28 Dec 2012 19:55:42 +0100 Subject: Move native code to seperate 'NativeWindow' classes. --- plugingui/guievent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugingui/guievent.h') 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 +#include #endif/*X11*/ namespace GUI { @@ -52,7 +53,7 @@ public: virtual Type type() = 0; #ifdef X11 - Window window_id; + ::Window window_id; #endif/*X11*/ }; -- cgit v1.2.3