1
0
Fork 0
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:
Thomas Martitz 2013-04-03 16:33:23 +02:00
parent 47c8d3c14d
commit 1c5d0b41ee
34 changed files with 100 additions and 87 deletions

View file

@ -874,7 +874,7 @@ static void save_editor(struct mp3entry *mp3, int splittime)
break;
case SE_SAVE:
rb->lcd_stop_scroll();
rb->lcd_scroll_stop();
rb->lcd_set_drawmode(DRMODE_SOLID|DRMODE_INVERSEVID);
rb->lcd_fillrect(0, 6*8, LCD_WIDTH, LCD_HEIGHT);
rb->lcd_set_drawmode(DRMODE_SOLID);