diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-03-10 17:12:02 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-03-17 11:16:16 -0500 |
commit | 3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93 (patch) | |
tree | 551f16a169bac4b8dbd396f3147bcc6d8f8b2fbb /vnc.h | |
parent | af821177a73f1f1a2160b1d1a540847b2d69361e (diff) | |
download | qemu-3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93.tar.gz qemu-3a0558b519c10f462e2b0eb5bbcdb9aa3d176d93.tar.bz2 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |