projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c00e3
)
blef
author
Dana Jansens
<danakj@orodu.net>
Wed, 6 Nov 2002 10:47:30 +0000
(10:47 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 6 Nov 2002 10:47:30 +0000
(10:47 +0000)
src/xeventhandler.cc
patch
|
blob
|
history
diff --git
a/src/xeventhandler.cc
b/src/xeventhandler.cc
index 8d2d326b20d772e10b7300f084e31992ca2f4ea4..f41d9ba9c513389fa9c28a651fb69d891981bedf 100644
(file)
--- 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?