added backkight_on(), we should have this change background colour or

something but right now it does nothing


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1157 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-06-24 14:10:48 +00:00
parent 0e2092f5ac
commit 5bee7a490f

View file

@ -109,3 +109,8 @@ void lcd_update (void)
/* Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);*/
XSync(dpy,False);
}
void backlight_on(void)
{
/* we could do something better here! */
}