diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-06 10:47:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-06 10:47:30 +0000 |
| commit | 8a1989301d0420e70864274d6d719e35d3fcca7a (patch) | |
| tree | 287175498245521c9648fdc68b92468b5d4366ea /src | |
| parent | 16c00e34f310707bc8a8afde5c884e904c2e04db (diff) | |
blef
Diffstat (limited to 'src')
| -rw-r--r-- | src/xeventhandler.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xeventhandler.cc b/src/xeventhandler.cc index 8d2d326b..f41d9ba9 100644 --- a/src/xeventhandler.cc +++ b/src/xeventhandler.cc @@ -118,7 +118,7 @@ void OBXEventHandler::configureRequest(const XConfigureRequestEvent &e) } -// XXX: put this into the OBScreen class! +// XXX: put this into the OBScreen or OBClient class! static void manageWindow(Window window) { OBClient *client = 0; @@ -171,6 +171,7 @@ static void manageWindow(Window window) // handle any requested states such as shaded/maximized } +// XXX: move this to the OBScreen or OBClient class! static void unmanageWindow(OBClient *client) { bool remap = false; // remap the window when we're done? |
