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