projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d60532c
)
Unpause the emulation after shutdown request on SDL close, so that it can take effect.
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 21 Jun 2007 17:56:50 +0000
(17:56 +0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 21 Jun 2007 17:56:50 +0000
(17:56 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2989
c046a42c
-6fe2-441c-8c8c-
71466251a162
sdl.c
patch
|
blob
|
history
diff --git
a/sdl.c
b/sdl.c
index 326935a78fb7cc484f894903b07ad269cff17b0f..5e70ac08b31916437aa691837a97af464e879280 100644
(file)
--- a/
sdl.c
+++ b/
sdl.c
@@
-451,7
+451,8
@@
static void sdl_refresh(DisplayState *ds)
break;
case SDL_QUIT:
if (!no_quit) {
- qemu_system_shutdown_request();
+ qemu_system_shutdown_request();
+ vm_start(); /* In case we're paused */
}
break;
case SDL_MOUSEMOTION: