summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2015-01-19 22:49:47 +0100
committerOlivier Fourdan <fourdan@xfce.org>2015-01-19 22:54:04 +0100
commit7e685af06db0eab9a86d42c8bc4f6a26afe602ab (patch)
tree7b29471ea6f0ebd16ace4fce8609a5091baee545 /src/client.h
parent7a31a8884ed9f1277cdfb4898747c585d6169292 (diff)
downloadxfwm4-7e685af06db0eab9a86d42c8bc4f6a26afe602ab.tar.gz
Avoid spurious configure
Apps supporting extended XSync counter may update their XSync counter which can cause spurious window reconfigure. Add a flag to indicate if we ought to allow these reconfigurations. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 1ca1afe04..77256da58 100644
--- a/src/client.h
+++ b/src/client.h
@@ -170,6 +170,7 @@
#define CLIENT_FLAG_XSYNC_WAITING (1L<<22)
#define CLIENT_FLAG_XSYNC_ENABLED (1L<<23)
#define CLIENT_FLAG_XSYNC_EXT_COUNTER (1L<<24)
+#define CLIENT_FLAG_XSYNC_CONFIGURE (1L<<25)
#define WM_FLAG_DELETE (1L<<0)
#define WM_FLAG_INPUT (1L<<1)