aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/qemulator.h')
-rw-r--r--android/qemulator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/qemulator.h b/android/qemulator.h
index 189cc53..b343f98 100644
--- a/android/qemulator.h
+++ b/android/qemulator.h
@@ -50,6 +50,11 @@ qemulator_init( QEmulator* emulator,
int y,
AndroidOptions* opts );
+void
+qemulator_get_screen_size( QEmulator* emulator,
+ int *width,
+ int *height );
+
/* Uninitializes QEmulator structure instance on exit. */
void
qemulator_done( QEmulator* emulator );