summaryrefslogtreecommitdiff
path: root/Xi/listdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-20 16:07:33 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-20 15:17:55 +1000
commit38bba0c1b75b84e8bbdfa7975cf701a9414a3afd (patch)
tree8d9f6b47c58b93f123e9b2966b6997061e1c4089 /Xi/listdev.h
parent181e41511d5772962b8bc998a1940d2a9ba62d5e (diff)
Xi: Change ChangeMasterDeviceClasses to new XI2 events.
Split ChangeMasterDeviceClasses into an extra XISendDeviceChangedEvent that assembles the XI2 wire event for the DeviceChanged event. Re-use this when detaching the last SD. Not quite perfect yet, we still copy the device classes from the slave now rather than from the data we had when the event occured. But it's a start. (We can now unexport SizeDeviceInfo and CopySwapDevices, not needed anymore) Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xi/listdev.h')
-rw-r--r--Xi/listdev.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Xi/listdev.h b/Xi/listdev.h
index 39ea2d635..b0d2dd5e2 100644
--- a/Xi/listdev.h
+++ b/Xi/listdev.h
@@ -43,15 +43,4 @@ void SRepXListInputDevices(ClientPtr /* client */ ,
xListInputDevicesReply * /* rep */
);
-void
-CopySwapClasses(ClientPtr /* client */,
- DeviceIntPtr /* dev */,
- CARD8* /* num_classes */,
- char** /* classbuf */);
-
-void
-SizeDeviceInfo(DeviceIntPtr /* dev */,
- int* /* namesize */,
- int* /* size */);
-
#endif /* LISTDEV_H */