make lcd_framebuffer extern, as it is now exported from the lcd driver

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1584 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-08-07 11:10:06 +00:00
parent 80be3c319e
commit 9dbd5eddd0

View file

@ -22,13 +22,13 @@
#include "uisw32.h"
#include "lcd.h"
//
// simulator specific code
//
/*
* simulator specific code
*/
// varaibles
unsigned char lcd_framebuffer[LCD_WIDTH][LCD_HEIGHT/8]; // the display
char bitmap[LCD_HEIGHT][LCD_WIDTH]; // the ui display
/* varaibles */
extern unsigned char lcd_framebuffer[LCD_WIDTH][LCD_HEIGHT/8]; /* the display */
char bitmap[LCD_HEIGHT][LCD_WIDTH]; /* the ui display */
BITMAPINFO2 bmi =
{