浏览代码

Merge branch 'xorg-server-1.20.7' of https://github.com/lheckemann/tigervnc

tags/v1.10.90
Pierre Ossman 4 年前
父节点
当前提交
bc1fc22df1
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9
    0
      unix/xserver/hw/vnc/Input.c

+ 9
- 0
unix/xserver/hw/vnc/Input.c 查看文件

@@ -711,3 +711,12 @@ static void vncKeysymKeyboardEvent(KeySym keysym, int down)
*/
mieqProcessInputEvents();
}

#if INPUTTHREAD
/** This function is called in Xserver/os/inputthread.c when starting
the input thread. */
void
ddxInputThreadInit(void)
{
}
#endif

正在加载...
取消
保存