diff options
author | Doug Zongker <dougz@android.com> | 2010-09-03 20:20:50 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-03 20:20:50 +0200 |
commit | 28cae98c834fb4bc47588b34dc3fe19811d5162b (patch) | |
tree | 0859a3b4fcf443a194f3c36c3ac48fc072ec5e20 /common.h | |
parent | am 532c8600: Revert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 (diff) | |
parent | add --show_text option to recovery (diff) | |
download | android_bootable_recovery-28cae98c834fb4bc47588b34dc3fe19811d5162b.tar android_bootable_recovery-28cae98c834fb4bc47588b34dc3fe19811d5162b.tar.gz android_bootable_recovery-28cae98c834fb4bc47588b34dc3fe19811d5162b.tar.bz2 android_bootable_recovery-28cae98c834fb4bc47588b34dc3fe19811d5162b.tar.lz android_bootable_recovery-28cae98c834fb4bc47588b34dc3fe19811d5162b.tar.xz android_bootable_recovery-28cae98c834fb4bc47588b34dc3fe19811d5162b.tar.zst android_bootable_recovery-28cae98c834fb4bc47588b34dc3fe19811d5162b.zip |
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ void ui_init(); int ui_wait_key(); // waits for a key/button press, returns the code int ui_key_pressed(int key); // returns >0 if the code is currently pressed int ui_text_visible(); // returns >0 if text log is currently visible +void ui_show_text(int visible); void ui_clear_key_queue(); // Write a message to the on-screen log shown with Alt-L (also to stderr). |