diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 04:26:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 04:26:36 +0000 |
| commit | f257e4b0792e07e11a56828d4769f618e35df105 (patch) | |
| tree | 2cc453a28a123f0ba89885161c308c9cd3f31ab9 /src/xeventhandler.hh | |
| parent | b9cac2146e1dfe54cb6c0ce647d6c7d58d17de54 (diff) | |
position the client inside the frame correctly.
unmanage all clients on shutdown
Diffstat (limited to 'src/xeventhandler.hh')
| -rw-r--r-- | src/xeventhandler.hh | 9 |
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*); }; } |
