1
0
Fork 0
forked from len0rd/rockbox

Removed warnings

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1368 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-07-16 11:21:59 +00:00
parent 2534097fc8
commit afa0c097f0
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@
#include "wps.h" #include "wps.h"
#include "mpeg.h" #include "mpeg.h"
#include "usb.h" #include "usb.h"
#include "power.h"
#define LINE_Y 1 /* initial line */ #define LINE_Y 1 /* initial line */

View file

@ -90,6 +90,7 @@ extern void lcd_fillrect (int x, int y, int nx, int ny);
extern void lcd_drawrect (int x, int y, int nx, int ny); extern void lcd_drawrect (int x, int y, int nx, int ny);
extern void lcd_invertrect (int x, int y, int nx, int ny); extern void lcd_invertrect (int x, int y, int nx, int ny);
extern void lcd_drawline( int x1, int y1, int x2, int y2 ); extern void lcd_drawline( int x1, int y1, int x2, int y2 );
extern void lcd_clearline( int x1, int y1, int x2, int y2 );
extern void lcd_drawpixel(int x, int y); extern void lcd_drawpixel(int x, int y);
extern void lcd_clearpixel(int x, int y); extern void lcd_clearpixel(int x, int y);