commit | 80e0c8c39b663cd44ea8d47efe256897b7102f50 | [log] [tgz] |
---|---|---|
author | Corentin Chary <corentincj@iksaif.net> | Fri Feb 04 09:06:08 2011 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Feb 23 16:28:29 2011 -0600 |
tree | db2fcf0f44638c44800f6ed773d9cb6064fe67d5 | |
parent | 8cb4a6b755788925eea2beead87e201dfd4ba8bc [diff] [blame] |
vnc: add a non-adaptive option This option allow to disable adaptive behaviors in some encodings. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/ui/vnc.h b/ui/vnc.h index 98a1885..8a1e7b9 100644 --- a/ui/vnc.h +++ b/ui/vnc.h
@@ -144,6 +144,7 @@ time_t expires; int auth; bool lossy; + bool non_adaptive; #ifdef CONFIG_VNC_TLS int subauth; /* Used by VeNCrypt */ VncDisplayTLS tls;