diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-20 14:07:03 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-21 10:42:35 +1000 |
commit | 1cce55cc0333a026474100cf2f784e220fd96473 (patch) | |
tree | 3a37b9a9227b89e3211340448b38cb1462f2f9ac /include | |
parent | 81b3b0cce088866dc3cda099d7c8d6655849fd43 (diff) |
input: rename device->type to device->xinput_type.
This type is only used in XI to give a hint of what type this device may be.
Call it xinput_type for clarity.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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; |