Fuze: don't change gate scan position if lcd_set_flip() is not used

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26387 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-05-29 17:40:37 +00:00
parent 5ea1fe614a
commit 9b2527420f

View file

@ -38,7 +38,9 @@ static int r_disp_control_rev = R_DISP_CONTROL_NORMAL;
/* Flip flag */
static int r_drv_output_control = R_DRV_OUTPUT_CONTROL_NORMAL;
#ifdef HAVE_LCD_FLIP
static int r_gate_scan_pos = R_GATE_SCAN_POS_NORMAL;
#endif
static int xoffset = 20;