From defbca5a403b13338d56eb8e13d94216ef3fee63 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Apr 2002 12:40:18 +0000 Subject: [PATCH] adjusted to new API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@80 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/uibasic.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/uisimulator/uibasic.c b/uisimulator/uibasic.c index 979491e731..35b4b2d0f2 100644 --- a/uisimulator/uibasic.c +++ b/uisimulator/uibasic.c @@ -33,7 +33,6 @@ #include "version.h" -#include "lcd.h" #include "lcd-x11.h" #define MAX(x,y) ((x)>(y)?(x):(y)) @@ -224,11 +223,11 @@ screenhack (Display *the_dpy, Window the_window) Logf("Rockbox will kill ya!"); - lcd_position(0, 6); - lcd_string( "Rock the box", 0); + lcd_position(0, 6, 0); + lcd_string( "Rock the box"); - lcd_position(8, 24); - lcd_string( "Roolz", 0); + lcd_position(8, 24, 0); + lcd_string( "Roolz" ); lcd_update();