mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
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>
This commit is contained in:
parent
81b3b0cce0
commit
1cce55cc03
4 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue