From 90de7ce25a84cfe6c6790f9af2bc2399d25b9b9c Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 22 Oct 2006 19:54:36 +0300 Subject: [PATCH] xi: fix return type for NIDR --- Xi/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xi/stubs.c b/Xi/stubs.c index 0678c4c80..88afec0f9 100644 --- a/Xi/stubs.c +++ b/Xi/stubs.c @@ -305,7 +305,7 @@ ChangeDeviceControl(register ClientPtr client, DeviceIntPtr dev, * Add a new device with the specified options. * */ -void +int NewInputDeviceRequest(InputOption *options) { return;