From f46dc272913ffb6b5b234a7ec6f4ba5cae44a831 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 22 Oct 2006 19:51:35 +0300 Subject: [PATCH] xi: add NewInputDeviceRequest to stubs --- Xi/stubs.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Xi/stubs.c b/Xi/stubs.c index 27afcea53..0678c4c80 100644 --- a/Xi/stubs.c +++ b/Xi/stubs.c @@ -296,3 +296,17 @@ ChangeDeviceControl(register ClientPtr client, DeviceIntPtr dev, return (BadMatch); } } + + +/**************************************************************************** + * + * Caller: configAddDevice (and others) + * + * Add a new device with the specified options. + * + */ +void +NewInputDeviceRequest(InputOption *options) +{ + return; +}