From 7e7d8ebfefc047f92ead430a79b3444b95b919a5 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 17 Mar 2009 03:45:55 +0000 Subject: Actually do the renaming of the stub. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20334 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 6fd3061..5d3c54a 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -203,7 +203,7 @@ bool headphones_inserted(void) #endif #if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) -bool lcd_enabled(void) +bool lcd_active(void) { return true; } -- cgit v1.1