summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-02-08 19:59:57 -0500
committerSolomon Peachy <pizza@shaftnet.org>2019-07-28 14:57:14 +0200
commit4beafe16fafc2e5c59734ef065a6f8d23766520d (patch)
treec1f293d0a6807f993a24e6efb06537a254f7f445 /apps/gui/list.h
parentddf612c84b558bc3343d413c04cdddf59b23a2ed (diff)
downloadrockbox-4beafe16fafc2e5c59734ef065a6f8d23766520d.tar.gz
rockbox-4beafe16fafc2e5c59734ef065a6f8d23766520d.zip
Show time, date, and recording directory in the info screen
Patch by Igor Poretsky Change-Id: I5db0d018742c11dd9bf3ca4c9539cd91f94d4c2e
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index ef08a9e220..1be9da496a 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -167,6 +167,8 @@ extern void gui_synclist_set_title(struct gui_synclist * lists, char * title,
167 enum themable_icons icon); 167 enum themable_icons icon);
168extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists, 168extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists,
169 bool hide); 169 bool hide);
170extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists,
171 enum screen_type screen, int item);
170 172
171#if CONFIG_CODEC == SWCODEC 173#if CONFIG_CODEC == SWCODEC
172extern bool gui_synclist_keyclick_callback(int action, void* data); 174extern bool gui_synclist_keyclick_callback(int action, void* data);