Input: Add DeleteInputDeviceRequest
Add DIDR, which asks the DDX to remove a device, analogous to NewInputDeviceRequest. Only implemented for XFree86 at the moment.
This commit is contained in:
committed by
Daniel Stone
parent
7b82a836c6
commit
82962bbae2
@@ -2374,3 +2374,8 @@ NewInputDeviceRequest(InputOption *options)
|
||||
|
||||
return Success;
|
||||
}
|
||||
|
||||
void
|
||||
DeleteInputDeviceRequest(DeviceIntPtr pDev)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user