summaryrefslogtreecommitdiff
path: root/Xi
diff options
context:
space:
mode:
authorRemigiusz Marcinkiewicz <enleth@enleth.com>2007-04-11 00:38:16 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2007-04-11 00:38:16 +0300
commitaecbc712144dd1aaf462bd758821438b1d22d957 (patch)
treef8e864602c111ad0c6260f7930c82d8ad5cf6f17 /Xi
parent4f05f9591e5492c72f3856bd7a2ff13378f59f2b (diff)
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.
Diffstat (limited to 'Xi')
-rw-r--r--Xi/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/stubs.c b/Xi/stubs.c
index d425fe9d4..40cd02fe1 100644
--- a/Xi/stubs.c
+++ b/Xi/stubs.c
@@ -226,7 +226,7 @@ ChangeDeviceControl(ClientPtr client, DeviceIntPtr dev,
*
*/
int
-NewInputDeviceRequest(InputOption *options)
+NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev)
{
return BadValue;
}