summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2002-05-04 10:00:47 +0000
committerRobert Hak <adiamas@rockbox.org>2002-05-04 10:00:47 +0000
commita5e942f64ddb8af4e835519f56117c00175c65a4 (patch)
treea574475a03e7e92cad7773a5423a85d7fb1edb21 /uisimulator
parent4d4ec3aa0b2c0bb45e7c004885accee303f1277f (diff)
downloadrockbox-a5e942f64ddb8af4e835519f56117c00175c65a4.tar.gz
rockbox-a5e942f64ddb8af4e835519f56117c00175c65a4.zip
add reference to its header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@413 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/screensaver.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/uisimulator/screensaver.c b/uisimulator/screensaver.c
index 5090155bfb..8613967691 100644
--- a/uisimulator/screensaver.c
+++ b/uisimulator/screensaver.c
@@ -17,6 +17,7 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include "screensaver.h"
20#include "types.h" 21#include "types.h"
21#include "lcd.h" 22#include "lcd.h"
22#include "button.h" 23#include "button.h"
@@ -30,16 +31,6 @@
30#define SS_TITLE "Boxes" 31#define SS_TITLE "Boxes"
31#define SS_TITLE_FONT 2 32#define SS_TITLE_FONT 2
32 33
33
34void drawrect(int x, int y, int x2, int y2)
35{
36 lcd_drawline(x, y, x2, y);
37 lcd_drawline(x, y2, x2, y2);
38
39 lcd_drawline(x, y, x, y2);
40 lcd_drawline(x2, y, x2, y2);
41}
42
43void ss_loop(void) 34void ss_loop(void)
44{ 35{
45 int b; 36 int b;