comment
This commit is contained in:
parent
e0e1b7a5cb
commit
b3d26fdb20
1 changed files with 4 additions and 1 deletions
|
@ -1675,7 +1675,10 @@ void frame_end_iconify_animation(ObFrame *self)
|
||||||
XUnmapWindow(ob_display, self->window);
|
XUnmapWindow(ob_display, self->window);
|
||||||
else {
|
else {
|
||||||
/* Send a ConfigureNotify when the animation is done, this fixes
|
/* Send a ConfigureNotify when the animation is done, this fixes
|
||||||
KDE's pager showing the window in the wrong place. */
|
KDE's pager showing the window in the wrong place. since the
|
||||||
|
window is mapped at a different location and is then moved, we
|
||||||
|
need to send the synthetic configurenotify, since apps may have
|
||||||
|
read the position when the client mapped, apparently. */
|
||||||
client_reconfigure(self->client, TRUE);
|
client_reconfigure(self->client, TRUE);
|
||||||
|
|
||||||
/* the offscreen buffer is invalid when the window is resized */
|
/* the offscreen buffer is invalid when the window is resized */
|
||||||
|
|
Loading…
Reference in a new issue