aboutsummaryrefslogtreecommitdiffstats
path: root/vl-android-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'vl-android-ui.c')
-rw-r--r--vl-android-ui.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/vl-android-ui.c b/vl-android-ui.c
index b0a4e7f..6c0c934 100644
--- a/vl-android-ui.c
+++ b/vl-android-ui.c
@@ -162,9 +162,9 @@ int qemu_main(int argc, char **argv, char **envp)
init_gui_timer(mainLooper);
// Connect to the core's framebuffer service
- if (implFb_create(attachUiImpl_get_console_socket(), "-raw",
- qemulator_get_first_framebuffer(qemulator_get()),
- mainLooper)) {
+ if (fbUpdatesImpl_create(attachUiImpl_get_console_socket(), "-raw",
+ qemulator_get_first_framebuffer(qemulator_get()),
+ mainLooper)) {
return -1;
}
@@ -175,7 +175,7 @@ int qemu_main(int argc, char **argv, char **envp)
looper_run(mainLooper);
- implFb_destroy();
+ fbUpdatesImpl_destroy();
userEventsProxy_destroy();
coreCmdProxy_destroy();
uiCmdImpl_destroy();