mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered an
error). Change-Id: I29243bb36b6cec1471bd6c0afc64e00547a68c50
This commit is contained in:
parent
1fc19042f7
commit
c72b454286
6 changed files with 81 additions and 125 deletions
|
@ -62,9 +62,6 @@ struct scrollinfo
|
|||
struct viewport* vp;
|
||||
char linebuffer[9*MAX_PATH/10];
|
||||
const char *line;
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
int len; /* length of line in chars */
|
||||
#endif
|
||||
/* rectangle for the line */
|
||||
int x, y; /* relative to the viewort */
|
||||
int width, height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue