From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [RESENT PATCH 2/2] vnc: sync lock modifier state on connect.
Date: Mon, 14 Jun 2010 17:18:42 +0200 [thread overview]
Message-ID: <1276528722-14745-2-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1276528722-14745-1-git-send-email-kraxel@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
vnc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vnc.c b/vnc.c
index b25b6a1..039fb21 100644
--- a/vnc.c
+++ b/vnc.c
@@ -2300,6 +2300,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.5.2
prev parent reply other threads:[~2010-06-14 15:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 15:18 [Qemu-devel] [RESENT PATCH 1/2] switch keyboard led state notification to notifiers Gerd Hoffmann
2010-06-14 15:18 ` Gerd Hoffmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1276528722-14745-2-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).