From 80e0c8c39b663cd44ea8d47efe256897b7102f50 Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Fri, 4 Feb 2011 09:06:08 +0100 Subject: vnc: add a non-adaptive option This option allow to disable adaptive behaviors in some encodings. Signed-off-by: Corentin Chary Signed-off-by: Anthony Liguori --- ui/vnc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/vnc.h') diff --git a/ui/vnc.h b/ui/vnc.h index 98a1885580..8a1e7b939e 100644 --- a/ui/vnc.h +++ b/ui/vnc.h @@ -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; -- cgit v1.2.1