From 21cbdd244bfd12e16c034c910e2f667b44143de0 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 2 Feb 2011 22:57:35 +0100 Subject: Formatting / Code styling. Rename implFb_xxx to fbUpdatesImpl_xxx for consistency Avoid redundant global variable access Change-Id: I783b52ade3ff3e9f04f34162684eeb9c4c4addac --- vl-android-ui.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vl-android-ui.c') 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(); -- cgit v1.1