summaryrefslogtreecommitdiff
path: root/Xi/stubs.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-22 19:51:35 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-22 19:51:35 +0300
commitf46dc272913ffb6b5b234a7ec6f4ba5cae44a831 (patch)
treea6b70e9be2c1c1103ffedbaa87726e51e30e526e /Xi/stubs.c
parent31a6307b7ba5adaa96deb8101ddfcda0262f537d (diff)
xi: add NewInputDeviceRequest to stubs
Diffstat (limited to 'Xi/stubs.c')
-rw-r--r--Xi/stubs.c14
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;
+}