xquartz: Add stub ddxInputThread()
Omitted from4ad21c32
(cherry picked from commitf013979507
)
This commit is contained in:
parent
f5df31c761
commit
ecc4ebf535
|
@ -857,3 +857,12 @@ AbortDDX(enum ExitCode error)
|
||||||
ErrorF(" AbortDDX\n");
|
ErrorF(" AbortDDX\n");
|
||||||
OsAbort();
|
OsAbort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if INPUTTHREAD
|
||||||
|
/** This function is called in Xserver/os/inputthread.c when starting
|
||||||
|
the input thread. */
|
||||||
|
void
|
||||||
|
ddxInputThreadInit(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue