From f013979507da96377fad0e58b0699d9de051bb39 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 18 Apr 2019 11:37:32 +0100 Subject: [PATCH] xquartz: Add stub ddxInputThread() Omitted from 4ad21c32 --- hw/xquartz/darwin.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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