summaryrefslogtreecommitdiff
path: root/include/extinit.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-03-16 15:52:24 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-03-16 15:52:24 +1030
commit65b0eb60b0b9e6405aa2e3d4c712ec4d2f0da070 (patch)
tree5df30d373d704eb79ae1d976d05d0aea66430bc3 /include/extinit.h
parent456f429ad655ab4d80e30c58291d801966a613b2 (diff)
Xi: move IsPointerDevice into dix.
dix: IsPointerDevice and IsKeyboardDevice, use same ways to identify type of device as XI does for the XListInputDevices reply. Autopair each non-pointer device with VCP when activating, pair with real device after activation. Don't return non-keyboard devices when calling GetPairedKeyboard or PickKeyboard, otherwise we segfault for 'evdev brain'.
Diffstat (limited to 'include/extinit.h')
-rw-r--r--include/extinit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/extinit.h b/include/extinit.h
index d7aa54137..ead59be24 100644
--- a/include/extinit.h
+++ b/include/extinit.h
@@ -149,10 +149,6 @@ AssignTypeAndName (
char * /* name */
);
-Bool IsPointerDevice(
- DeviceIntPtr /* dev */
- );
-
void
MakeDeviceTypeAtoms (
void