all repos — openbox @ 15e6775b0c17220b81456188757362d131a436c8

openbox fork - make it a bit more like ryudo

only send configurenotify for user-action configures when it moves
Dana Jansens danakj@orodu.net
commit

15e6775b0c17220b81456188757362d131a436c8

parent

0813e4451d662e2ec162ef70216f641a6ebd93d0

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -2946,7 +2946,8 @@ used to follow the same rules as above, but _Java_ Swing can't handle

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;