ソースを参照

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

読み込み中…
キャンセル
保存