summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-05-22 16:40:41 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-05-22 16:40:41 +0000
commita86919ae2966af11c6b484a81caf5dc9c95d3e09 (patch)
tree5b9298c854bc0681c58ba4cced783a83ff3906cc /apps/screen_access.h
parent9ad02de6236dab85a11177c706a582bc7a7be75d (diff)
downloadrockbox-a86919ae2966af11c6b484a81caf5dc9c95d3e09.tar.gz
rockbox-a86919ae2966af11c6b484a81caf5dc9c95d3e09.zip
add seperate scroll options for remote. Patch by Alexander Spyridakis which fixes bug #5348. Changes CONFIG_BLOCK_VERSION so save your settings..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9974 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index c739c6cb1f..ae0a962015 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -185,13 +185,4 @@ extern void screen_access_init(void);
185 */ 185 */
186extern struct screen screens[NB_SCREENS]; 186extern struct screen screens[NB_SCREENS];
187 187
188
189/*
190 * Functions to apply LCD settings across all screens
191 */
192void screen_lcd_scroll_speed(int speed);
193void screen_lcd_scroll_delay(int ms);
194void screen_lcd_scroll_step(int pixels);
195
196
197#endif /*_SCREEN_ACCESS_H_*/ 188#endif /*_SCREEN_ACCESS_H_*/