14 lines
223 B
Diff
14 lines
223 B
Diff
|
diff --git src/wmapp.h src/wmapp.h
|
||
|
index 101992c..cbe2556 100644
|
||
|
--- src/wmapp.h
|
||
|
+++ src/wmapp.h
|
||
|
@@ -78,7 +78,7 @@ private:
|
||
|
Window managerWindow;
|
||
|
};
|
||
|
|
||
|
-#if 0
|
||
|
+#ifdef CONFIG_GUIEVENTS
|
||
|
extern YWMApp * wmapp;
|
||
|
#endif
|
||
|
|