aboutsummaryrefslogtreecommitdiffstats
path: root/android/main-common.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-07 13:38:25 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-02-09 18:12:17 +0100
commit755811e67c266333807571f798b62b6916611f87 (patch)
treec2a8c60be15f006e82453a6c073d52719d88018e /android/main-common.h
parent703d6db3372bf2dc422f968810e5d06b64269475 (diff)
downloadexternal_qemu-755811e67c266333807571f798b62b6916611f87.zip
external_qemu-755811e67c266333807571f798b62b6916611f87.tar.gz
external_qemu-755811e67c266333807571f798b62b6916611f87.tar.bz2
Rename emulator_config_xxx to user_config_xxx
Change-Id: Icfcef72a02e388f2aa87b97f004ed43715fc9f30
Diffstat (limited to 'android/main-common.h')
-rw-r--r--android/main-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/main-common.h b/android/main-common.h
index b797f6a..c5131df 100644
--- a/android/main-common.h
+++ b/android/main-common.h
@@ -22,10 +22,10 @@
/** Emulator user configuration (e.g. last window position)
**/
-void emulator_config_init( void );
-void emulator_config_done( void );
+void user_config_init( void );
+void user_config_done( void );
-void emulator_config_get_window_pos( int *window_x, int *window_y );
+void user_config_get_window_pos( int *window_x, int *window_y );
#define ONE_MB (1024*1024)