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:
f2fa99b
)
map the window if it was reparented, on release
author
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 06:45:21 +0000
(06:45 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 06:45:21 +0000
(06:45 +0000)
src/frame.cc
patch
|
blob
|
history
diff --git
a/src/frame.cc
b/src/frame.cc
index 555f5c6e3142163d3fe3ad7455669888328c7b27..c5b144c5f3cbd4f8104389cb7529c008a77c8fef 100644
(file)
--- a/
src/frame.cc
+++ b/
src/frame.cc
@@
-435,6
+435,8
@@
void OBFrame::releaseClient()
if (XCheckTypedWindowEvent(otk::OBDisplay::display, _client->window(),
ReparentNotify, &ev)) {
XPutBackEvent(otk::OBDisplay::display, &ev);
+ // re-map the window since the unmanaging process unmaps it
+ XMapWindow(otk::OBDisplay::display, _client->window());
} else {
// according to the ICCCM - if the client doesn't reparent itself, then we
// will reparent the window to root for them