xserver: add no-op input thread init function
This allows Xvnc to build with xorg-server 1.20.7, which requires OS layers to implement a ddxInputThreadInit function when configured with --enable-input-thread (the default). relevant xorg-server commit: e3f26605d85d987da434640f52646d728f1fe919
This commit is contained in:
committed by
Lauri Kasanen
parent
a11a55aeec
commit
6e5a837c21
@@ -687,3 +687,12 @@ static void vncKeysymKeyboardEvent(KeySym keysym, int down)
|
|||||||
*/
|
*/
|
||||||
mieqProcessInputEvents();
|
mieqProcessInputEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if INPUTTHREAD
|
||||||
|
/** This function is called in Xserver/os/inputthread.c when starting
|
||||||
|
the input thread. */
|
||||||
|
void
|
||||||
|
ddxInputThreadInit(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user