adjusted to new API

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@80 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-04-11 12:40:18 +00:00
parent eb2072507d
commit defbca5a40

View file

@ -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();