summaryrefslogtreecommitdiff
path: root/EyesP.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-08-07 12:17:24 +0200
committerKeith Packard <keithp@keithp.com>2020-03-29 13:47:14 -0700
commit420c2d8517246c9e422739cadb7acb29e35a3bed (patch)
tree83be309bd35a83435af481e4772a408b318e93d2 /EyesP.h
parent3f2af30bd94ea3012bc1d1bde82f7c9a1c4dea27 (diff)
Use XI2 raw events to notice when mouse moves [v2]
v2: We only need Xi version 2.0, not 2.2 Suggested-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'EyesP.h')
-rw-r--r--EyesP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/EyesP.h b/EyesP.h
index 29fe8a3..ecd565b 100644
--- a/EyesP.h
+++ b/EyesP.h
@@ -33,6 +33,7 @@ typedef struct {
Transform maskt;
XtIntervalId interval_id;
Pixmap shape_mask; /* window shape */
+ Boolean has_xi2;
#ifdef XRENDER
Boolean render;
Picture picture;