aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 532269f8..d5e58922 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -87,6 +87,9 @@ class ScreenRecoveryUI : public RecoveryUI {
87 static const int kMaxCols = 96; 87 static const int kMaxCols = 96;
88 static const int kMaxRows = 96; 88 static const int kMaxRows = 96;
89 89
90 static const int kTextXOffset = 8;
91 static const int kTextYOffset = 4;
92
90 // Log text overlay, displayed when a magic key is pressed 93 // Log text overlay, displayed when a magic key is pressed
91 char text[kMaxRows][kMaxCols]; 94 char text[kMaxRows][kMaxCols];
92 int text_cols, text_rows; 95 int text_cols, text_rows;
@@ -102,6 +105,8 @@ class ScreenRecoveryUI : public RecoveryUI {
102 105
103 int animation_fps; 106 int animation_fps;
104 int installing_frames; 107 int installing_frames;
108 protected:
109 private:
105 110
106 int iconX, iconY; 111 int iconX, iconY;
107 112