summaryrefslogtreecommitdiff
path: root/vnc.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-10 17:12:02 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2010-03-17 11:16:16 -0500
commit3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93 (patch)
tree551f16a169bac4b8dbd396f3147bcc6d8f8b2fbb /vnc.h
parentaf821177a73f1f1a2160b1d1a540847b2d69361e (diff)
downloadqemu-3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93.tar.gz
vnc: add no-lock-key-sync option
Add an option to disable the heuristics which try to keep capslock and numlock state for guest and host in sync. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnc.h b/vnc.h
index 0fc89bd088..a4211ae687 100644
--- a/vnc.h
+++ b/vnc.h
@@ -99,6 +99,7 @@ struct VncDisplay
int lsock;
DisplayState *ds;
kbd_layout_t *kbd_layout;
+ int lock_key_sync;
struct VncSurface guest; /* guest visible surface (aka ds->surface) */
DisplaySurface *server; /* vnc server surface */