From 7e685af06db0eab9a86d42c8bc4f6a26afe602ab Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 19 Jan 2015 22:49:47 +0100 Subject: 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 --- src/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.h') 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) -- cgit v1.2.1