summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-11 04:12:01 +0200
committerElliott Hughes <enh@google.com>2015-04-11 04:12:01 +0200
commit95fc63e87b7cd04cce65f78954b56b5cbc5d6c23 (patch)
tree9549b4e63e7bbc5ea2f1e81c5baba30d2fbd6e1d /screen_ui.h
parentMerge "Auto-detect whether to use the long-press UI." (diff)
downloadandroid_bootable_recovery-95fc63e87b7cd04cce65f78954b56b5cbc5d6c23.tar
android_bootable_recovery-95fc63e87b7cd04cce65f78954b56b5cbc5d6c23.tar.gz
android_bootable_recovery-95fc63e87b7cd04cce65f78954b56b5cbc5d6c23.tar.bz2
android_bootable_recovery-95fc63e87b7cd04cce65f78954b56b5cbc5d6c23.tar.lz
android_bootable_recovery-95fc63e87b7cd04cce65f78954b56b5cbc5d6c23.tar.xz
android_bootable_recovery-95fc63e87b7cd04cce65f78954b56b5cbc5d6c23.tar.zst
android_bootable_recovery-95fc63e87b7cd04cce65f78954b56b5cbc5d6c23.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h
index ea1a95be1..590e5c8e6 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -18,6 +18,7 @@
#define RECOVERY_SCREEN_UI_H
#include <pthread.h>
+#include <stdio.h>
#include "ui.h"
#include "minui/minui.h"
@@ -114,7 +115,11 @@ class ScreenRecoveryUI : public RecoveryUI {
static void* progress_thread(void* cookie);
void progress_loop();
- void print_no_update(const char*);
+ void ShowFile(FILE*);
+ void PutChar(char);
+ void ClearText();
+
+ void DrawHorizontalRule(int* y);
void LoadBitmap(const char* filename, gr_surface* surface);
void LoadBitmapArray(const char* filename, int* frames, gr_surface** surface);