summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-03 16:33:23 +0200
committerThomas Martitz <kugel@rockbox.org>2013-12-14 23:11:30 +0100
commit1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8 (patch)
tree3ec44a4e6cfe4bfaab689e765ef3546d8dac730d /apps/plugin.c
parent47c8d3c14d8fdaf4749ef5e0380fb0c52140b5fb (diff)
downloadrockbox-1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8.tar.gz
rockbox-1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8.zip
scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api.
Change-Id: I8ada10b96bfb628cca0331689e8b936ae47c7e1c
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 658064c53e..62f9dd7558 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -143,7 +143,7 @@ static const struct plugin_api rockbox_api = {
143 lcd_puts, 143 lcd_puts,
144 lcd_putsf, 144 lcd_putsf,
145 lcd_puts_scroll, 145 lcd_puts_scroll,
146 lcd_stop_scroll, 146 lcd_scroll_stop,
147#ifdef HAVE_LCD_CHARCELLS 147#ifdef HAVE_LCD_CHARCELLS
148 lcd_define_pattern, 148 lcd_define_pattern,
149 lcd_get_locked_pattern, 149 lcd_get_locked_pattern,
@@ -246,7 +246,7 @@ static const struct plugin_api rockbox_api = {
246 lcd_remote_clear_display, 246 lcd_remote_clear_display,
247 lcd_remote_puts, 247 lcd_remote_puts,
248 lcd_remote_puts_scroll, 248 lcd_remote_puts_scroll,
249 lcd_remote_stop_scroll, 249 lcd_remote_scroll_stop,
250 lcd_remote_set_drawmode, 250 lcd_remote_set_drawmode,
251 lcd_remote_get_drawmode, 251 lcd_remote_get_drawmode,
252 lcd_remote_setfont, 252 lcd_remote_setfont,