forked from len0rd/rockbox
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
|
|
@ -245,11 +245,11 @@ struct screen screens[NB_SCREENS] =
|
|||
.puts_scroll_offset=&lcd_puts_scroll_offset,
|
||||
.scroll_speed=&lcd_scroll_speed,
|
||||
.scroll_delay=&lcd_scroll_delay,
|
||||
.stop_scroll=&lcd_stop_scroll,
|
||||
.clear_display=&lcd_clear_display,
|
||||
.clear_viewport=&lcd_clear_viewport,
|
||||
.scroll_stop=&lcd_scroll_stop,
|
||||
.scroll_stop_line=&lcd_scroll_stop_line,
|
||||
.scroll_stop_viewport=&lcd_scroll_stop_viewport,
|
||||
.scroll_stop_viewport_line=&lcd_scroll_stop_viewport_line,
|
||||
.update=&lcd_update,
|
||||
.update_viewport=&lcd_update_viewport,
|
||||
.backlight_on=&backlight_on,
|
||||
|
|
@ -346,11 +346,11 @@ struct screen screens[NB_SCREENS] =
|
|||
.puts_scroll_offset=&lcd_remote_puts_scroll_offset,
|
||||
.scroll_speed=&lcd_remote_scroll_speed,
|
||||
.scroll_delay=&lcd_remote_scroll_delay,
|
||||
.stop_scroll=&lcd_remote_stop_scroll,
|
||||
.clear_display=&lcd_remote_clear_display,
|
||||
.clear_viewport=&lcd_remote_clear_viewport,
|
||||
.scroll_stop=&lcd_remote_scroll_stop,
|
||||
.scroll_stop_line=&lcd_remote_scroll_stop_line,
|
||||
.scroll_stop_viewport=&lcd_remote_scroll_stop_viewport,
|
||||
.scroll_stop_viewport_line=&lcd_remote_scroll_stop_viewport_line,
|
||||
.update=&lcd_remote_update,
|
||||
.update_viewport=&lcd_remote_update_viewport,
|
||||
.backlight_on=&remote_backlight_on,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue