all repos — openbox @ 6142eb3a48c78de29d0bce1d3ee5686f1bbf7ef9

openbox fork - make it a bit more like ryudo

when done iconify animating, send a configure notify (this fixes kde's pager showing the window in the wrong place)
Dana Jansens danakj@orodu.net
commit

6142eb3a48c78de29d0bce1d3ee5686f1bbf7ef9

parent

e77888ef17c32acfbf7f76627fa84c1cebb48cc3

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

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

@@ -1169,6 +1169,10 @@ if (self->iconify_animation_going == 0) return;

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;