mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api.
Change-Id: I8ada10b96bfb628cca0331689e8b936ae47c7e1c
This commit is contained in:
parent
47c8d3c14d
commit
1c5d0b41ee
34 changed files with 100 additions and 87 deletions
|
|
@ -78,7 +78,7 @@ void fms_fix_displays(enum fms_exiting toggle_state)
|
|||
}
|
||||
else
|
||||
{
|
||||
screens[i].stop_scroll();
|
||||
screens[i].scroll_stop();
|
||||
#ifdef HAVE_BACKDROP_IMAGE
|
||||
skin_backdrop_show(sb_get_backdrop(i));
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue