diff options
author | Corentin Chary <corentincj@iksaif.net> | 2011-02-04 09:06:08 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-23 16:28:29 -0600 |
commit | 80e0c8c39b663cd44ea8d47efe256897b7102f50 (patch) | |
tree | db2fcf0f44638c44800f6ed773d9cb6064fe67d5 /ui/vnc.h | |
parent | 8cb4a6b755788925eea2beead87e201dfd4ba8bc (diff) |
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>
Diffstat (limited to 'ui/vnc.h')
-rw-r--r-- | ui/vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ struct VncDisplay time_t expires; int auth; bool lossy; + bool non_adaptive; #ifdef CONFIG_VNC_TLS int subauth; /* Used by VeNCrypt */ VncDisplayTLS tls; |