Browse Source

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 years ago
parent
commit
d06906db59
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      win/rfb_win32/SDisplay.cxx

+ 1
- 1
win/rfb_win32/SDisplay.cxx View File

@@ -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…
Cancel
Save