mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Input: Allow a pointer to a device to be returned in NIDR
Allow a pointer to the first device added to be returned, so we know which device(s) were added by the NIDR call.
This commit is contained in:
parent
4f05f9591e
commit
aecbc71214
4 changed files with 12 additions and 4 deletions
|
|
@ -445,7 +445,8 @@ extern DeviceIntPtr LookupDeviceIntRec(
|
|||
|
||||
/* Implemented by the DDX. */
|
||||
extern int NewInputDeviceRequest(
|
||||
InputOption *options);
|
||||
InputOption *options,
|
||||
DeviceIntPtr *dev);
|
||||
extern void DeleteInputDeviceRequest(
|
||||
DeviceIntPtr dev);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue