From 1cce55cc0333a026474100cf2f784e220fd96473 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 20 May 2009 14:07:03 +1000 Subject: 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 --- include/inputstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3