diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-22 19:51:35 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-22 19:51:35 +0300 |
commit | f46dc272913ffb6b5b234a7ec6f4ba5cae44a831 (patch) | |
tree | a6b70e9be2c1c1103ffedbaa87726e51e30e526e /Xi/stubs.c | |
parent | 31a6307b7ba5adaa96deb8101ddfcda0262f537d (diff) |
xi: add NewInputDeviceRequest to stubs
Diffstat (limited to 'Xi/stubs.c')
-rw-r--r-- | Xi/stubs.c | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |