summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 4086023af..4c54d6915 100644
--- a/ui.h
+++ b/ui.h
@@ -148,6 +148,8 @@ class RecoveryUI {
// be configured via subclassing. Setting brightness_normal_ to 0 to disable screensaver.
unsigned int brightness_normal_;
unsigned int brightness_dimmed_;
+ std::string brightness_file_;
+ std::string max_brightness_file_;
// Whether we should listen for touch inputs (default: false).
bool touch_screen_allowed_;