1
0
Fork 0
forked from len0rd/rockbox

add reference to its header

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@413 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-05-04 10:00:47 +00:00
parent 4d4ec3aa0b
commit a5e942f64d

View file

@ -17,6 +17,7 @@
* *
****************************************************************************/ ****************************************************************************/
#include "screensaver.h"
#include "types.h" #include "types.h"
#include "lcd.h" #include "lcd.h"
#include "button.h" #include "button.h"
@ -30,16 +31,6 @@
#define SS_TITLE "Boxes" #define SS_TITLE "Boxes"
#define SS_TITLE_FONT 2 #define SS_TITLE_FONT 2
void drawrect(int x, int y, int x2, int y2)
{
lcd_drawline(x, y, x2, y);
lcd_drawline(x, y2, x2, y2);
lcd_drawline(x, y, x, y2);
lcd_drawline(x2, y, x2, y2);
}
void ss_loop(void) void ss_loop(void)
{ {
int b; int b;