瀏覽代碼

Use display polling by default in WinVNC

Window hooks aren't working well on modern systems so switch the
default to polling until we can fix things.
tags/v1.9.90
Pierre Ossman 4 年之前
父節點
當前提交
d06906db59
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      win/rfb_win32/SDisplay.cxx

+ 1
- 1
win/rfb_win32/SDisplay.cxx 查看文件

@@ -45,7 +45,7 @@ static LogWriter vlog("SDisplay");
// - SDisplay-specific configuration options

IntParameter rfb::win32::SDisplay::updateMethod("UpdateMethod",
"How to discover desktop updates; 0 - Polling, 1 - Application hooking, 2 - Driver hooking.", 1);
"How to discover desktop updates; 0 - Polling, 1 - Application hooking, 2 - Driver hooking.", 0);
BoolParameter rfb::win32::SDisplay::disableLocalInputs("DisableLocalInputs",
"Disable local keyboard and pointer input while the server is in use", false);
StringParameter rfb::win32::SDisplay::disconnectAction("DisconnectAction",

Loading…
取消
儲存