diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inputstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index e562c0a13..0a541a714 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -471,7 +471,7 @@ typedef struct _DeviceIntRec { Bool coreEvents; /* TRUE if device also sends core */ GrabInfoRec deviceGrab; /* grab on the device */ Bool isMaster; /* TRUE if device is master */ - Atom type; + Atom xinput_type; char *name; CARD8 id; KeyClassPtr key; |