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:
parent
e77888ef17
commit
6142eb3a48
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue