xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 13 17:56:33 UTC 2019


 hw/xfree86/os-support/stub/stub_init.c |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit c020769dbfb965740c8441d8242b738ef572a7c9
Author: Jon Turney <jon.turney at dronecode.org.uk>
Date:   Wed Mar 13 14:57:14 2019 +0000

    Add xf86OSInputThreadInit to stub os-support as well
    
    stub os support also needs to provide xf86OSInputThreadInit, omitted in
    ea1527a8

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;
+}


More information about the xorg-commit mailing list