summaryrefslogtreecommitdiff
path: root/src/xeventhandler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/xeventhandler.hh')
-rw-r--r--src/xeventhandler.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xeventhandler.hh b/src/xeventhandler.hh
index 87afee3a..e46ae116 100644
--- a/src/xeventhandler.hh
+++ b/src/xeventhandler.hh
@@ -13,6 +13,10 @@ extern "C" {
namespace ob {
+// XXX: TEMPORARY!!
+class OBClient;
+
+
//! Handles X events
/*!
There are 2 type of X events:<br>
@@ -142,6 +146,11 @@ 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*);
};
}