summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-03-30 08:53:40 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2022-03-30 09:05:28 -0400
commit43830d0128ed9483db769f0d29f3d6071e620144 (patch)
tree0597df9d45dcc8bc1e2ae276c66af1226b4e54c0 /apps/screens.h
parent4c1fe3a89963f4b2576e68d519d168a3d510cb75 (diff)
downloadrockbox-43830d0128ed9483db769f0d29f3d6071e620144.tar.gz
rockbox-43830d0128ed9483db769f0d29f3d6071e620144.zip
alarm_menu share setter with settime
share the time picker with the alarm block the date portion, seconds are ignored Change-Id: Idc6974466772c33248ff532c8f3c62c744ee06d9
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 92b00062cb..b505dcb79b 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -36,7 +36,7 @@ int mmc_remove_request(void);
36#endif 36#endif
37 37
38#if CONFIG_RTC 38#if CONFIG_RTC
39bool set_time_screen(const char* title, struct tm *tm); 39bool set_time_screen(const char* title, struct tm *tm, bool set_date);
40#endif 40#endif
41 41
42bool shutdown_screen(void); 42bool shutdown_screen(void);