aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemulator.h
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-01-12 14:38:19 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-01-13 08:30:30 -0800
commitcf755ea6f4b850a6afd12ef8308da8def7ba8941 (patch)
treee67ff4e0ba37812ef4fae43e39f99a64b0802c45 /android/qemulator.h
parentaedf1d5c1c7f5386b3e01c74853a9928bd73daa8 (diff)
downloadexternal_qemu-cf755ea6f4b850a6afd12ef8308da8def7ba8941.zip
external_qemu-cf755ea6f4b850a6afd12ef8308da8def7ba8941.tar.gz
external_qemu-cf755ea6f4b850a6afd12ef8308da8def7ba8941.tar.bz2
Hook up framebuffer changes with UI window
Change-Id: Ib2dff72c808614cd6ded096d62717afc1c41e667
Diffstat (limited to 'android/qemulator.h')
-rw-r--r--android/qemulator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/qemulator.h b/android/qemulator.h
index d9728cd..189cc53 100644
--- a/android/qemulator.h
+++ b/android/qemulator.h
@@ -62,6 +62,10 @@ qemulator_set_title( QEmulator* emulator );
SkinLayout*
qemulator_get_layout( QEmulator* emulator );
+/* Gets framebuffer for the first display. */
+QFrameBuffer*
+qemulator_get_first_framebuffer(QEmulator* emulator);
+
/* A helper routine for getting device DPI. */
int
get_device_dpi( AndroidOptions* opts );