From: Dana Jansens Date: Wed, 13 Jun 2007 15:57:46 +0000 (+0000) Subject: only send configurenotify for user-action configures when it moves X-Git-Tag: release-3.4.3~36^2~183 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=15e6775b0c17220b81456188757362d131a436c8;p=dana%2Fopenbox.git only send configurenotify for user-action configures when it moves --- diff --git a/openbox/client.c b/openbox/client.c index ae2a9986..92f7a4bb 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2946,7 +2946,8 @@ void client_configure(ObClient *self, gint x, gint y, gint w, gint h, this. So just to appease Swing, when user = TRUE, we always send a synthetic ConfigureNotify to give the window its root coordinates. */ - if ((!user && !resized && (rootmoved || force_reply)) || (user && final)) + if ((!user && !resized && (rootmoved || force_reply)) || + (user && final && rootmoved)) { XEvent event;