commit | 4ed26e19d90bf5a4ea5662118ae5a2af46e61d36 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Jan 22 10:28:13 2019 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Feb 05 10:45:44 2019 +0100 |
tree | 9c158c2ce5452370cd575f1d38f52ae9bbb7761a | |
parent | c2f2ba4983aa1dd634e78347706e6585afc1f2a0 [diff] |
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