aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemulator.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-07-16 11:19:48 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-07-16 11:25:16 -0700
commit2fa5173bd1ce7341c50adac676a317945f0969c7 (patch)
tree560d67a9e25138e8139888c3ed81fb77771ce5ea /android/qemulator.c
parenteb8382507c6b802f378cf940fae4775633c1d84e (diff)
downloadexternal_qemu-2fa5173bd1ce7341c50adac676a317945f0969c7.zip
external_qemu-2fa5173bd1ce7341c50adac676a317945f0969c7.tar.gz
external_qemu-2fa5173bd1ce7341c50adac676a317945f0969c7.tar.bz2
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
Diffstat (limited to 'android/qemulator.c')
-rw-r--r--android/qemulator.c2
1 files changed, 1 insertions, 1 deletions
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 );