1
0
Fork 0
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:
Daniel Stenberg 2003-12-15 11:19:27 +00:00
parent 26c079c233
commit fd1aa1e574

View file

@ -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];