From c020769dbfb965740c8441d8242b738ef572a7c9 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Wed, 13 Mar 2019 14:57:14 +0000 Subject: [PATCH] Add xf86OSInputThreadInit to stub os-support as well stub os support also needs to provide xf86OSInputThreadInit, omitted in ea1527a8 --- hw/xfree86/os-support/stub/stub_init.c | 6 ++++++ 1 file changed, 6 insertions(+) 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; +} -- GitLab