diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-02-25 16:04:16 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-02-25 17:08:14 +1000 |
commit | 62858c426e6de1b99df660251737233afd335302 (patch) | |
tree | 7ee19b3435c5d588262072513149051d64baf42b /include | |
parent | cbdc33d903ec6f90a42ec3c31905eeaef9ecf0a2 (diff) |
Remove AttachClass handling from ListDevices.
If you want attachment information, use XI2 and XQueryDevice().
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/extensions/XInput.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/X11/extensions/XInput.h b/include/X11/extensions/XInput.h index cdbbb8e..24b4606 100644 --- a/include/X11/extensions/XInput.h +++ b/include/X11/extensions/XInput.h @@ -891,24 +891,6 @@ typedef struct _XValuatorInfo XAxisInfoPtr axes; } XValuatorInfo; -/** - * Fake class, added to each device when parsing XListInputDevices internally. - * Indicates the master device this device is attached to. If the device is a - * master device, the value of attached is to be ignored. - */ -typedef struct _XAttachInfo - { -#if defined(__cplusplus) || defined(c_plusplus) - XID c_class; -#else - XID class; -#endif - int length; - unsigned char attached; - } XAttachInfo; - -typedef struct _XAttachInfo *XAttachInfoPtr; - /******************************************************************* * * An XDevice structure is returned by the XOpenDevice function. |