From 3cf34f28ff198c69a02ed74a8e851b53cf3ff00c Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Fri, 30 Jul 2010 16:53:39 -0700 Subject: Fix window title to display the correct port number for the emulator. Change-Id: I289451995683d5d4de2afe2e87481418a393c82f --- android/qemulator.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'android/qemulator.c') diff --git a/android/qemulator.c b/android/qemulator.c index f6dc550..4d6c771 100644 --- a/android/qemulator.c +++ b/android/qemulator.c @@ -593,3 +593,10 @@ android_emulator_set_window_scale( double scale, int is_dpi ) skin_window_set_scale( emulator->window, scale ); } + +void +android_emulator_set_base_port( int port ) +{ + android_base_port = port; + qemulator_set_title(qemulator); +} -- cgit v1.1