forked from len0rd/rockbox
xoffset is only when not building for a simulator (for now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4151 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
26c079c233
commit
fd1aa1e574
1 changed files with 2 additions and 0 deletions
|
|
@ -103,7 +103,9 @@ static struct scrollinfo scroll[SCROLLABLE_LINES];
|
|||
static int xmargin = 0;
|
||||
static int ymargin = 0;
|
||||
static int curfont = FONT_SYSFIXED;
|
||||
#ifndef SIMULATOR
|
||||
static int xoffset = 0; /* needed for flip */
|
||||
#endif
|
||||
|
||||
unsigned char lcd_framebuffer[LCD_WIDTH][LCD_HEIGHT/8];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue