all repos — openbox @ 52a28bb5d8a84dde3c8f848c52221a6cfd9bc643

openbox fork - make it a bit more like ryudo

little comment about unmapping the plate window for libwnck
Dana Jansens danakj@orodu.net
commit

52a28bb5d8a84dde3c8f848c52221a6cfd9bc643

parent

a055fd9e57cc0715d491405c41494b5e155c795c

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M openbox/frame.copenbox/frame.c

@@ -262,6 +262,9 @@ if (self->visible) {

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! */