From: Dana Jansens Date: Wed, 23 May 2007 13:59:56 +0000 (+0000) Subject: little comment about unmapping the plate window for libwnck X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=52a28bb5d8a84dde3c8f848c52221a6cfd9bc643;p=chaz%2Fopenbox little comment about unmapping the plate window for libwnck --- diff --git a/openbox/frame.c b/openbox/frame.c index 3565f54e..ab0d331a 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -262,6 +262,9 @@ void frame_hide(ObFrame *self) self->visible = FALSE; if (!frame_iconify_animating(self)) XUnmapWindow(ob_display, self->window); + /* unmap the plate along with the client. some people (libwnck) look + to see if it is unmapped when the client is iconified, for whatever + reason. so let's play along... */ XUnmapWindow(ob_display, self->plate); /* we unmap the client itself so that we can get MapRequest events, and because the ICCCM tells us to! */