summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-03-13 14:57:14 +0000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-03-22 15:34:24 -0700
commit0c012f968b4e02a2bc892ce71f7bea9bd3f7fb22 (patch)
tree91a168debb40f8f32d3d7a889b485033682dbe63 /hw
parentb259485975078087fe6bde2b9e1eccf4ae14120c (diff)
Add xf86OSInputThreadInit to stub os-support as well
stub os support also needs to provide xf86OSInputThreadInit, omitted in ea1527a8 (cherry picked from commit c020769dbfb965740c8441d8242b738ef572a7c9)
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/os-support/stub/stub_init.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/stub/stub_init.c b/hw/xfree86/os-support/stub/stub_init.c
index d3e0c3f29..1285ec482 100644
--- a/hw/xfree86/os-support/stub/stub_init.c
+++ b/hw/xfree86/os-support/stub/stub_init.c
@@ -24,3 +24,9 @@ void
xf86UseMsg(void)
{
}
+
+void
+xf86OSInputThreadInit()
+{
+ return;
+}