summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-01-25 22:53:52 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-25 22:53:52 +0100
commit5df22d03d2e7c6de213d83a58e0af39c42f839ca (patch)
treecd3660191919f8429969c20373b761146d9c36c0 /common.h
parentam 8d58c957: Merge "Free allocated struct after freeing field" (diff)
parentmake recovery reboot after 2 minutes of no activity (diff)
downloadandroid_bootable_recovery-5df22d03d2e7c6de213d83a58e0af39c42f839ca.tar
android_bootable_recovery-5df22d03d2e7c6de213d83a58e0af39c42f839ca.tar.gz
android_bootable_recovery-5df22d03d2e7c6de213d83a58e0af39c42f839ca.tar.bz2
android_bootable_recovery-5df22d03d2e7c6de213d83a58e0af39c42f839ca.tar.lz
android_bootable_recovery-5df22d03d2e7c6de213d83a58e0af39c42f839ca.tar.xz
android_bootable_recovery-5df22d03d2e7c6de213d83a58e0af39c42f839ca.tar.zst
android_bootable_recovery-5df22d03d2e7c6de213d83a58e0af39c42f839ca.zip
Diffstat (limited to '')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 97e87eec5..d99daaf86 100644
--- a/common.h
+++ b/common.h
@@ -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
+int ui_text_ever_visible(); // returns >0 if text log was ever visible
void ui_show_text(int visible);
void ui_clear_key_queue();