Browse Source

VideoPriority parameter was set to 0 by default, now it defaults to 2.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2694 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v0.0.90
Constantin Kaplinsky 16 years ago
parent
commit
d3b2ca3c7f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      common/rfb/ServerCore.cxx

+ 1
- 1
common/rfb/ServerCore.cxx View File

@@ -98,4 +98,4 @@ rfb::BoolParameter rfb::Server::queryConnect
rfb::IntParameter rfb::Server::videoPriority
("VideoPriority",
"Priority of sending updates for video area (0..8)",
0, 0, 8);
2, 0, 8);

Loading…
Cancel
Save