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:
86a8d80
)
whitespace
author
Dana Jansens
<danakj@orodu.net>
Sun, 23 Mar 2003 19:44:43 +0000
(19:44 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 23 Mar 2003 19:44:43 +0000
(19:44 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 556430ec53594ce1d863bf12be441937b23570e1..c1b76cba222ba91b8a8c96996fcb76e592b975bb 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-130,7
+130,7
@@
void client_manage(Window window)
if (XCheckTypedWindowEvent(ob_display, window, DestroyNotify, &e) ||
XCheckTypedWindowEvent(ob_display, window, UnmapNotify, &e)) {
XPutBackEvent(ob_display, &e);
-
+
grab_server(FALSE);
return; /* don't manage it */
}