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:
Peter Hutterer 2009-05-20 14:07:03 +10:00
commit 1cce55cc03
4 changed files with 4 additions and 4 deletions

View file

@ -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;