when done iconify animating, send a configure notify (this fixes kde's pager showing the window in the wrong place)

This commit is contained in:
Dana Jansens 2007-05-18 15:20:03 +00:00
parent e77888ef17
commit 6142eb3a48

View file

@ -1169,6 +1169,10 @@ void frame_end_iconify_animation(ObFrame *self)
if (!self->visible) if (!self->visible)
XUnmapWindow(ob_display, self->window); 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 ! */ /* we're not animating any more ! */
self->iconify_animation_going = 0; self->iconify_animation_going = 0;