From 2fa5173bd1ce7341c50adac676a317945f0969c7 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Fri, 16 Jul 2010 11:19:48 -0700 Subject: Moved dependency on android_ui_set_window_scale to ui-core-protocol.h Also cleaned up dependency on android_base_port variable Change-Id: I8c1675a859e3d24e9bb174471dd03556c696aff1 --- android/qemulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/qemulator.c') diff --git a/android/qemulator.c b/android/qemulator.c index 06b07f7..7d2d2e8 100644 --- a/android/qemulator.c +++ b/android/qemulator.c @@ -213,7 +213,7 @@ qemulator_set_title(QEmulator* emulator) } p = bufprint(p, end, "%d:%s", - android_base_port, + android_core_get_base_port(), avdInfo_getName( android_avdInfo )); skin_window_set_title( emulator->window, temp ); -- cgit v1.1