mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
repaired the h300 x11 sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7922 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5236ca9886
commit
95c00323d3
1 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue