From 15d615853671b0988b9a87720cac2762c702f28b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 15:07:49 +0000 Subject: don't force reconfigure in a number of places, also eat enter events when reconfiguring. yay --- openbox/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/frame.c') 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 ! */ -- cgit v1.2.3