]> Dogcows Code - chaz/openbox/blobdiff - src/xeventhandler.hh
clicks on the client work as they should
[chaz/openbox] / src / xeventhandler.hh
index e46ae1169f88a030a2f60717ba972b542dfa564e..0f9c99ccddbf550219ef6d24e6b7009efc24cb7f 100644 (file)
@@ -9,6 +9,10 @@
 
 extern "C" {
 #include <X11/Xlib.h>
+
+#ifdef    SHAPE
+#include <X11/extensions/shape.h>
+#endif // SHAPE
 }
 
 namespace ob {
@@ -146,11 +150,6 @@ public:
     @param e The XEvent to handle
   */
   void handle(const XEvent &e);
-
-
-  // XXX: TEMPORARY MOVE TO A SCREEN CLASS OR SOMETHING
-  void manageWindow(int, Window);
-  void unmanageWindow(OBClient*);
 };
 
 }
This page took 0.026645 seconds and 4 git commands to generate.