summaryrefslogtreecommitdiff
path: root/openbox/frame.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-13 15:07:49 +0000
committerDana Jansens <danakj@orodu.net>2007-06-13 15:07:49 +0000
commit15d615853671b0988b9a87720cac2762c702f28b (patch)
treecaaed243dfab3fe7732844f56a49689890404711 /openbox/frame.c
parent1443e17317950d5bb096a55aca81bc8fa419ffe7 (diff)
don't force reconfigure in a number of places, also eat enter events when reconfiguring. yay
Diffstat (limited to 'openbox/frame.c')
-rw-r--r--openbox/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 55a28413..9ecee818 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -1675,7 +1675,7 @@ void frame_end_iconify_animation(ObFrame *self)
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);
+ client_reconfigure(self->client, TRUE);
}
/* we're not animating any more ! */