Signed-off-by: Peter Hutterer <[email protected]>
---
 test/fake-symbols.c |   21 +++++++++++++++++++++
 test/fake-symbols.h |   16 ++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/test/fake-symbols.c b/test/fake-symbols.c
index 2a44a75..b0af219 100644
--- a/test/fake-symbols.c
+++ b/test/fake-symbols.c
@@ -392,3 +392,24 @@ InitFocusClassDeviceStruct(DeviceIntPtr dev)
 {
     return FALSE;
 }
+
+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 12
+void
+xf86ProcessCommonOptions(InputInfoPtr pInfo, pointer list)
+{
+}
+
+void
+xf86CollectInputOptions(InputInfoPtr pInfo,
+                        const char **defaultOpts,
+                        pointer extraOpts)
+{
+}
+
+InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags)
+{
+    return NULL;
+}
+
+
+#endif
diff --git a/test/fake-symbols.h b/test/fake-symbols.h
index 33c3c9a..c713b5e 100644
--- a/test/fake-symbols.h
+++ b/test/fake-symbols.h
@@ -147,3 +147,19 @@ xf86PostProximityEventP(DeviceIntPtr       device,
                               int      *valuators);
 
 extern Bool InitFocusClassDeviceStruct(DeviceIntPtr dev);
+
+
+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 12
+extern void
+xf86ProcessCommonOptions(InputInfoPtr pInfo, pointer list);
+
+extern void
+xf86CollectInputOptions(InputInfoPtr pInfo,
+                        const char **defaultOpts,
+                        pointer extraOpts);
+
+extern InputInfoPtr
+xf86AllocateInput(InputDriverPtr drv, int flags);
+
+
+#endif
-- 
1.7.3.5


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to