summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index be41ef8ec9..529797ced3 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -147,6 +147,8 @@ struct user_settings
147 int bidir_limit; /* bidir scroll length limit */ 147 int bidir_limit; /* bidir scroll length limit */
148 int scroll_delay; /* delay (in 1/10s) before starting scroll */ 148 int scroll_delay; /* delay (in 1/10s) before starting scroll */
149 int scroll_step; /* pixels to advance per update */ 149 int scroll_step; /* pixels to advance per update */
150
151 bool cpu_sleep; /* Use sleep instruction when idle? */
150}; 152};
151 153
152/* prototypes */ 154/* prototypes */