summaryrefslogtreecommitdiffstats
path: root/apps/screens.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-07-01 12:08:45 +0000
committerNils Wallménius <nils@rockbox.org>2007-07-01 12:08:45 +0000
commit2e80610c367ca53ab66cb7fb35a46b6e0bacb43b (patch)
treea32e39b3fb401171a90a1d5aa337b78da0fcff98 /apps/screens.h
parent6fa9d4d0a934376e2bc25f023f317b5dba52cd30 (diff)
downloadrockbox-2e80610c367ca53ab66cb7fb35a46b6e0bacb43b.tar.gz
rockbox-2e80610c367ca53ab66cb7fb35a46b6e0bacb43b.zip
"Set Time/Date" screen.
* Make selection drawn in reversed fg/bg colors. * Clean up code to make it more readable and drop binsize a bit too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13753 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 04cf0e9ee8..6b576f164f 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -43,7 +43,7 @@ extern bool quick_screen_f3(int button_enter);
extern bool quick_screen_quick(int button_enter);
#if CONFIG_RTC
-bool set_time_screen(const char* string, struct tm *tm);
+bool set_time_screen(const char* title, struct tm *tm);
#endif
bool shutdown_screen(void);