X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=ab0d331a6aa9de68c8b2d11f51eec7278b16bfff;hb=459449c7e1d02d83c20d149c66e0329cd4d026ed;hp=3565f54ee0d4c2080b95792f4bc29755f21fd0af;hpb=89c7b236b580a78ea529c4c65bc5944c0a52bdf5;p=chaz%2Fopenbox 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! */