From 95c00323d3483d9925118c217e302a3147105be3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 17 Nov 2005 07:17:03 +0000 Subject: repaired the h300 x11 sim build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7922 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/lcd-x11.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'uisimulator/x11') diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index 41bf0d1ec0..0a3b40e163 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -53,11 +53,9 @@ extern bool lcd_display_redraw; #ifdef HAVE_LCD_BITMAP #if LCD_DEPTH==16 -extern unsigned char lcd_framebuffer[LCD_HEIGHT][LCD_WIDTH*2]; -unsigned char lcd_framebuffer_copy[LCD_HEIGHT][LCD_WIDTH*2]; +fb_data lcd_framebuffer_copy[LCD_HEIGHT][LCD_WIDTH*2]; #else -extern unsigned char lcd_framebuffer[LCD_HEIGHT/YBLOCK][LCD_WIDTH]; -unsigned char lcd_framebuffer_copy[LCD_HEIGHT/YBLOCK][LCD_WIDTH]; +fb_data lcd_framebuffer_copy[LCD_HEIGHT/YBLOCK][LCD_WIDTH]; #endif void lcd_update (void) -- cgit v1.2.3