aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 5cda7af0..3d9afece 100644
--- a/ui.h
+++ b/ui.h
@@ -170,6 +170,7 @@ class RecoveryUI {
170 int touch_start_Y_; 170 int touch_start_Y_;
171 bool touch_finger_down_; 171 bool touch_finger_down_;
172 bool touch_swiping_; 172 bool touch_swiping_;
173 bool is_bootreason_recovery_ui_;
173 174
174 struct key_timer_t { 175 struct key_timer_t {
175 RecoveryUI* ui; 176 RecoveryUI* ui;