]> Dogcows Code - chaz/openbox/blobdiff - src/frame.cc
rework focus event handling. does it basically like ob2 did now. and it seems to...
[chaz/openbox] / src / frame.cc
index 555f5c6e3142163d3fe3ad7455669888328c7b27..c5b144c5f3cbd4f8104389cb7529c008a77c8fef 100644 (file)
@@ -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
This page took 0.020171 seconds and 4 git commands to generate.