1
0
Fork 0
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:
Hristo Kovachev 2006-05-18 11:27:10 +00:00
parent 8fb9f023ac
commit 372ae28da9

View file

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