summaryrefslogtreecommitdiffstats
path: root/vnc.h
diff options
context:
space:
mode:
authorGerd Hoffmann2010-03-10 17:12:02 +0100
committerAnthony Liguori2010-03-17 17:16:16 +0100
commit3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93 (patch)
tree551f16a169bac4b8dbd396f3147bcc6d8f8b2fbb /vnc.h
parentmigration: unix migration should obey autostart are the other ones (diff)
downloadqemu-3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93.tar.gz
qemu-3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93.tar.xz
qemu-3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93.zip
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 */