mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
input: move proximity state into ProximityClassRec.
Previously the OutOfProximity bit in the valuator mode. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
parent
e909af88bf
commit
5cf3b654fc
4 changed files with 12 additions and 5 deletions
|
|
@ -273,7 +273,7 @@ typedef struct _FocusClassRec {
|
|||
|
||||
typedef struct _ProximityClassRec {
|
||||
int sourceid;
|
||||
char pad;
|
||||
char in_proximity;
|
||||
} ProximityClassRec, *ProximityClassPtr;
|
||||
|
||||
typedef struct _AbsoluteClassRec {
|
||||
|
|
|
|||
Loading…
Reference in a new issue