projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97ad1c2
)
sdl: Properly mark modifier+u as hotkey
author
Jan Kiszka
<jan.kiszka@siemens.com>
Sat, 30 Jul 2011 09:39:07 +0000
(11:39 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 5 Aug 2011 15:57:34 +0000
(10:57 -0500)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
ui/sdl.c
patch
|
blob
|
history
diff --git
a/ui/sdl.c
b/ui/sdl.c
index 1563ee1965ae1c0dd4a3638408dabd00e1794afe..e6c9597d37825f266d8f84fe5f8c0818f5b762be 100644
(file)
--- a/
ui/sdl.c
+++ b/
ui/sdl.c
@@
-589,6
+589,7
@@
static void sdl_refresh(DisplayState *ds)
vga_hw_invalidate();
vga_hw_update();
}
+ gui_keysym = 1;
break;
case 0x02 ... 0x0a: /* '1' to '9' keys */
/* Reset the modifiers sent to the current console */