projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a055fd9
)
little comment about unmapping the plate window for libwnck
author
Dana Jansens
<danakj@orodu.net>
Wed, 23 May 2007 13:59:56 +0000
(13:59 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 23 May 2007 13:59:56 +0000
(13:59 +0000)
openbox/frame.c
patch
|
blob
|
history
diff --git
a/openbox/frame.c
b/openbox/frame.c
index 3565f54ee0d4c2080b95792f4bc29755f21fd0af..ab0d331a6aa9de68c8b2d11f51eec7278b16bfff 100644
(file)
--- 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! */