From 6bad7e676ad841ffce8e2a05f0d8538f149454ea Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 06:45:21 +0000 Subject: [PATCH] map the window if it was reparented, on release --- src/frame.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frame.cc b/src/frame.cc index 555f5c6e..c5b144c5 100644 --- 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 -- 2.39.2