qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/2] vnc: sync lock modifier state on connect.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 2/2] vnc: sync lock modifier state on connect.
Date: Fri, 7 May 2010 11:14:51 +0200

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 vnc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/vnc.c b/vnc.c
index e497c70..69f3816 100644
--- a/vnc.c
+++ b/vnc.c
@@ -2238,6 +2238,7 @@ static void vnc_connect(VncDisplay *vd, int csock)
     if (vs->vd->lock_key_sync) {
         vs->led_notifier.notify = kbd_leds;
         qemu_add_led_event_notifier(&vs->led_notifier);
+        kbd_leds(&vs->led_notifier);
     }
 
     vs->mouse_mode_notifier.notify = check_pointer_type_change;
-- 
1.6.6.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]