diff options
| author | Daniel P. Berrange | 2017-10-19 16:28:42 +0200 |
|---|---|---|
| committer | Gerd Hoffmann | 2017-10-23 10:50:02 +0200 |
| commit | 237925baa9dd9aaa0bcbe1a506346a0c1e7d208b (patch) | |
| tree | f82fbd40eedc1ccc496758632f65710d9af0b440 /scripts | |
| parent | ui: fix crash with sendkey and raw key numbers (diff) | |
| download | qemu-237925baa9dd9aaa0bcbe1a506346a0c1e7d208b.tar.gz qemu-237925baa9dd9aaa0bcbe1a506346a0c1e7d208b.tar.xz qemu-237925baa9dd9aaa0bcbe1a506346a0c1e7d208b.zip | |
ui: use correct union field for key number
The code converting key numbers to QKeyCode in the 'input-send-event'
command mistakenly accessed the key->u.qcode union field instead of
the key->u.number field. This is harmless because the fields use the
same size datatype in both cases, but none the less it should be fixed
to avoid confusion.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20171019142848.572-4-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
