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.cc | |
| parent | b9cac2146e1dfe54cb6c0ce647d6c7d58d17de54 (diff) | |
position the client inside the frame correctly.
unmanage all clients on shutdown
Diffstat (limited to 'src/xeventhandler.cc')
| -rw-r--r-- | src/xeventhandler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xeventhandler.cc b/src/xeventhandler.cc index bdebadd8..ad7d7e27 100644 --- a/src/xeventhandler.cc +++ b/src/xeventhandler.cc @@ -124,7 +124,7 @@ void OBXEventHandler::configureRequest(const XConfigureRequestEvent &e) // XXX: put this into the OBScreen or OBClient class! -static void manageWindow(int screen, Window window) +void OBXEventHandler::manageWindow(int screen, Window window) { OBClient *client = 0; XWMHints *wmhint; @@ -177,7 +177,7 @@ static void manageWindow(int screen, Window window) } // XXX: move this to the OBScreen or OBClient class! -static void unmanageWindow(OBClient *client) +void OBXEventHandler::unmanageWindow(OBClient *client) { OBFrame *frame = client->frame; |
