summaryrefslogtreecommitdiff
path: root/core/launcher/screensaver.h
Unidiff
Diffstat (limited to 'core/launcher/screensaver.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/screensaver.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/launcher/screensaver.h b/core/launcher/screensaver.h
index 9126f33..da10a8d 100644
--- a/core/launcher/screensaver.h
+++ b/core/launcher/screensaver.h
@@ -47,6 +47,19 @@ private:
47 bool m_use_light_sensor; 47 bool m_use_light_sensor;
48 int m_backlight_sensor; 48 int m_backlight_sensor;
49 49
50 enum {
51 LS_Interval = 0,
52 LS_Steps,
53 LS_SensorMin,
54 LS_SensorMax,
55 LS_LightMin,
56 LS_LightMax,
57
58 LS_Count
59 };
60
61 int m_sensordata [LS_Count];
62
50 bool m_lcd_status; 63 bool m_lcd_status;
51 64
52 int m_backlight_normal; 65 int m_backlight_normal;