summaryrefslogtreecommitdiff
path: root/src/xeventhandler.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-10 04:26:36 +0000
committerDana Jansens <danakj@orodu.net>2002-11-10 04:26:36 +0000
commitf257e4b0792e07e11a56828d4769f618e35df105 (patch)
tree2cc453a28a123f0ba89885161c308c9cd3f31ab9 /src/xeventhandler.hh
parentb9cac2146e1dfe54cb6c0ce647d6c7d58d17de54 (diff)
position the client inside the frame correctly.
unmanage all clients on shutdown
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*);
};
}