xquartz: Add stub ddxInputThread()

Omitted from 4ad21c32

(cherry picked from commit f013979507)
This commit is contained in:
Jon Turney 2019-04-18 11:37:32 +01:00 committed by Jeremy Huddleston Sequoia
parent f5df31c761
commit ecc4ebf535
1 changed files with 9 additions and 0 deletions

View File

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