From 5bee7a490fd0e07e11a17b95dbbe6a51e7534c26 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Jun 2002 14:10:48 +0000 Subject: 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 --- uisimulator/x11/lcd-x11.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index 96ce800c8f..3ea09c3661 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -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! */ +} -- cgit v1.2.3