From 82962bbae2b4fda274625d1712ef839ce1ab9dc8 Mon Sep 17 00:00:00 2001 From: Magnus Vigerlöf Date: Tue, 10 Apr 2007 23:54:32 +0300 Subject: Input: Add DeleteInputDeviceRequest Add DIDR, which asks the DDX to remove a device, analogous to NewInputDeviceRequest. Only implemented for XFree86 at the moment. --- Xi/stubs.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Xi') diff --git a/Xi/stubs.c b/Xi/stubs.c index ed041b815..d425fe9d4 100644 --- a/Xi/stubs.c +++ b/Xi/stubs.c @@ -230,3 +230,15 @@ NewInputDeviceRequest(InputOption *options) { return BadValue; } + +/**************************************************************************** + * + * Caller: configRemoveDevice (and others) + * + * Remove the specified device previously added. + * + */ +void +DeleteInputDeviceRequest(DeviceIntPtr dev) +{ +} -- cgit v1.2.3