Broke linking of unit tests in
94a8eabadd062de6ceed8563089b863d887f8770.
Signed-off-by: Peter Hutterer <[email protected]>
---
test/fake-symbols.c | 11 ++++++++++-
test/fake-symbols.h | 5 +++++
2 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/test/fake-symbols.c b/test/fake-symbols.c
index 8f6241c..8e53c2a 100644
--- a/test/fake-symbols.c
+++ b/test/fake-symbols.c
@@ -428,5 +428,14 @@ InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int
flags)
return NULL;
}
-
#endif
+
+ClientPtr serverClient;
+
+Bool QueueWorkProc (
+ Bool (*function)(ClientPtr /* pClient */, pointer /* closure */),
+ ClientPtr client, pointer closure)
+{
+ return FALSE;
+}
+
diff --git a/test/fake-symbols.h b/test/fake-symbols.h
index 50966c3..b5aadbe 100644
--- a/test/fake-symbols.h
+++ b/test/fake-symbols.h
@@ -168,4 +168,9 @@ extern InputInfoPtr
xf86AllocateInput(InputDriverPtr drv, int flags);
+extern ClientPtr serverClient;
+
+extern Bool QueueWorkProc (
+ Bool (*function)(ClientPtr /* pClient */, pointer /* closure */),
+ ClientPtr client, pointer closure);
#endif
--
1.7.4
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel