diff options
Diffstat (limited to 'common/rfb/ServerCore.cxx')
-rw-r--r-- | common/rfb/ServerCore.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/rfb/ServerCore.cxx b/common/rfb/ServerCore.cxx index 750daae2..19b8fee4 100644 --- a/common/rfb/ServerCore.cxx +++ b/common/rfb/ServerCore.cxx @@ -92,3 +92,10 @@ rfb::BoolParameter rfb::Server::queryConnect ("QueryConnect", "Prompt the local user to accept or reject incoming connections.", false); + +// TightVNC-specific parameters +// FIXME: Disable special video handling when this parameter is 0. +rfb::IntParameter rfb::Server::videoPriority +("VideoPriority", + "Priority of sending updates for video area (0..8)", + 0, 0, 8); |