xquartz: Add stub ddxInputThread()

Omitted from 4ad21c32
This commit is contained in:
Jon Turney 2019-04-18 11:37:32 +01:00 committed by Peter Hutterer
parent 836f93de99
commit f013979507

View File

@ -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