forked from len0rd/rockbox
Oops, move out the define from the #ifndef SIMULATOR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9956 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8fb9f023ac
commit
372ae28da9
1 changed files with 2 additions and 1 deletions
|
|
@ -73,6 +73,8 @@ static int xmargin = 0;
|
|||
static int ymargin = 0;
|
||||
static int curfont = FONT_SYSFIXED;
|
||||
|
||||
#define LCD_REMOTE_DEFAULT_CONTRAST 42;
|
||||
|
||||
#ifndef SIMULATOR
|
||||
static int xoffset; /* needed for flip */
|
||||
|
||||
|
|
@ -94,7 +96,6 @@ static struct event_queue remote_scroll_queue;
|
|||
static bool remote_initialized = false;
|
||||
static int _remote_type = 0;
|
||||
|
||||
#define LCD_REMOTE_DEFAULT_CONTRAST 42;
|
||||
/* cached settings values */
|
||||
static bool cached_invert = false;
|
||||
static bool cached_flip = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue