parent
836f93de99
commit
f013979507
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue