瀏覽代碼

Move ddxInputThreadInit() to xvnc.c

This should only be in the ddx parts of an X server, and Input.c is used
by libvnc.so as well and can cause conflicts there.
tags/v1.11.90
Pierre Ossman 2 年之前
父節點
當前提交
12c0f326e1
共有 2 個檔案被更改,包括 9 行新增9 行删除
  1. 0
    9
      unix/xserver/hw/vnc/Input.c
  2. 9
    0
      unix/xserver/hw/vnc/xvnc.c

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

@@ -642,12 +642,3 @@ 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

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

@@ -274,6 +274,15 @@ void ddxBeforeReset(void)
}
#endif

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

void ddxUseMsg(void)
{
vncPrintBanner();

Loading…
取消
儲存