]> git.ipfire.org Git - thirdparty/qemu.git/commit
keymap: pass full keyboard state to keysym2scancode
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 22 Jan 2019 09:28:13 +0000 (10:28 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 Feb 2019 09:45:44 +0000 (10:45 +0100)
commit4ed26e19d90bf5a4ea5662118ae5a2af46e61d36
tree9c158c2ce5452370cd575f1d38f52ae9bbb7761a
parentc2f2ba4983aa1dd634e78347706e6585afc1f2a0
keymap: pass full keyboard state to keysym2scancode

Pass the keyboard state tracker handle down to keysym2scancode(),
so the code can fully inspect the keyboard state as needed.  No
functional change.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20190122092814.14919-8-kraxel@redhat.com
ui/curses.c
ui/keymaps.c
ui/keymaps.h
ui/vnc.c