From 1c9dacd60040b725b95ccf2cd62db3f62b2a8865 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 20 May 2006 11:34:35 +0000 Subject: Apply changes to scroll_delay, scroll_speed and scroll_step settings across all screens when changing them in the settings menu. Fixes bug #5348. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9965 a1c6a512-1295-4272-9138-f99709370657 --- apps/screen_access.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index ae0a962015..c739c6cb1f 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -185,4 +185,13 @@ extern void screen_access_init(void); */ extern struct screen screens[NB_SCREENS]; + +/* + * Functions to apply LCD settings across all screens + */ +void screen_lcd_scroll_speed(int speed); +void screen_lcd_scroll_delay(int ms); +void screen_lcd_scroll_step(int pixels); + + #endif /*_SCREEN_ACCESS_H_*/ -- cgit v1.2.3