]> Dogcows Code - chaz/openbox/blobdiff - src/xeventhandler.hh
run builtins.py
[chaz/openbox] / src / xeventhandler.hh
index 87afee3a406c8efe5b96f9b7075b1dbd6f12267c..0f9c99ccddbf550219ef6d24e6b7009efc24cb7f 100644 (file)
@@ -9,10 +9,18 @@
 
 extern "C" {
 #include <X11/Xlib.h>
+
+#ifdef    SHAPE
+#include <X11/extensions/shape.h>
+#endif // SHAPE
 }
 
 namespace ob {
 
+// XXX: TEMPORARY!!
+class OBClient;
+
+
 //! Handles X events
 /*!
   There are 2 type of X events:<br>
This page took 0.021631 seconds and 4 git commands to generate.