commit | 979a54fb20c6461669d8e620cd9760544c84254b | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jun 20 12:36:04 2004 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jun 20 12:36:04 2004 +0000 |
tree | 8a9ace3d4befc4e03a705f921ecac80d9a7641f8 | |
parent | e4f9082b9ae64a9ed413fb1a4498afa7f4cfcd63 [diff] [blame] |
new reset API git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@936 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/sdl.c b/sdl.c index ceb00dd..9819221 100644 --- a/sdl.c +++ b/sdl.c
@@ -318,7 +318,7 @@ sdl_process_key(&ev->key); break; case SDL_QUIT: - reset_requested = 1; + qemu_system_shutdown_request(); break; case SDL_MOUSEMOTION: if (gui_grab) {