only send configurenotify for user-action configures when it moves
This commit is contained in:
parent
0813e4451d
commit
15e6775b0c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
this. So just to appease Swing, when user = TRUE, we always send
|
||||||
a synthetic ConfigureNotify to give the window its root coordinates.
|
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;
|
XEvent event;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue