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:
e77888e
)
when done iconify animating, send a configure notify (this fixes kde's pager showing...
author
Dana Jansens
<danakj@orodu.net>
Fri, 18 May 2007 15:20:03 +0000
(15:20 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 18 May 2007 15:20:03 +0000
(15:20 +0000)
openbox/frame.c
patch
|
blob
|
history
diff --git
a/openbox/frame.c
b/openbox/frame.c
index 8809e627c9ed2f54212aaa7b33c38040b22b5635..29933d69fbe21d6444355ccd6299bb00a6cd6d91 100644
(file)
--- a/
openbox/frame.c
+++ b/
openbox/frame.c
@@
-1169,6
+1169,10
@@
void frame_end_iconify_animation(ObFrame *self)
if (!self->visible)
XUnmapWindow(ob_display, self->window);
+ else
+ /* Send a ConfigureNotify when the animation is done, this fixes
+ KDE's pager showing the window in the wrong place. */
+ client_reconfigure(self->client);
/* we're not animating any more ! */
self->iconify_animation_going = 0;