xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 28 22:45:01 UTC 2019


 hw/xquartz/darwin.c |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit f013979507da96377fad0e58b0699d9de051bb39
Author: Jon Turney <jon.turney at dronecode.org.uk>
Date:   Thu Apr 18 11:37:32 2019 +0100

    xquartz: Add stub ddxInputThread()
    
    Omitted from 4ad21c32

diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c
index 6a143369e..ccfe5f963 100644
--- a/hw/xquartz/darwin.c
+++ b/hw/xquartz/darwin.c
@@ -826,3 +826,12 @@ ddxGiveUp(enum ExitCode error)
 {
     LogClose(error);
 }
+
+#if INPUTTHREAD
+/** This function is called in Xserver/os/inputthread.c when starting
+    the input thread. */
+void
+ddxInputThreadInit(void)
+{
+}
+#endif


More information about the xorg-commit mailing list