From f257e4b0792e07e11a56828d4769f618e35df105 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 04:26:36 +0000 Subject: position the client inside the frame correctly. unmanage all clients on shutdown --- src/xeventhandler.hh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/xeventhandler.hh') 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:
@@ -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*); }; } -- cgit v1.2.3