1
0
Fork 0
forked from len0rd/rockbox

OOPS, style got lost in scrolling lines with r31247, so put it back

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31314 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-12-15 23:30:17 +00:00
parent 856d888336
commit e9e5d6ae10

View file

@ -454,6 +454,7 @@ void LCDFN(puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string
s->offset = x_offset;
s->startx = x * space_width;
s->backward = false;
s->style = style;
}
s->y_offset = y_offset;