From ecc4ebf5355503268fc04923115b15b8d2e5d338 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 (cherry picked from commit f013979507da96377fad0e58b0699d9de051bb39) --- hw/xquartz/darwin.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c index c701eb6ac..a368e8b06 100644 --- a/hw/xquartz/darwin.c +++ b/hw/xquartz/darwin.c @@ -857,3 +857,12 @@ AbortDDX(enum ExitCode error) ErrorF(" AbortDDX\n"); OsAbort(); } + +#if INPUTTHREAD +/** This function is called in Xserver/os/inputthread.c when starting + the input thread. */ +void +ddxInputThreadInit(void) +{ +} +#endif