From 6b985d708d64008eee69fe0c3f03c6e3c61e7f73 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 20 Jan 2011 18:02:35 -0800 Subject: Implement UI control service and client Change-Id: Iecc1b5bb9ddcdaf9f22c500a5195718db3f25354 --- android/qemulator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'android/qemulator.c') diff --git a/android/qemulator.c b/android/qemulator.c index 054c5a6..a5f0dc0 100644 --- a/android/qemulator.c +++ b/android/qemulator.c @@ -25,6 +25,7 @@ static QEmulator qemulator[1]; static void handle_key_command( void* opaque, SkinKeyCommand command, int param ); static void qemulator_refresh(QEmulator* emulator); +extern void qemu_system_shutdown_request(void); static void qemulator_light_brightness( void* opaque, const char* light, int value ) @@ -592,7 +593,7 @@ static void qemulator_refresh(QEmulator* emulator) #endif /* only save emulator config through clean exit */ qemulator_done(qemulator_get()); - android_core_system_shutdown_request(); + qemu_system_shutdown_request(); return; } } -- cgit v1.1