diff options
author | Keith Packard <keithp@keithp.com> | 2013-08-07 12:17:24 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2020-03-29 13:47:14 -0700 |
commit | 420c2d8517246c9e422739cadb7acb29e35a3bed (patch) | |
tree | 83be309bd35a83435af481e4772a408b318e93d2 /EyesP.h | |
parent | 3f2af30bd94ea3012bc1d1bde82f7c9a1c4dea27 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |