From 4beafe16fafc2e5c59734ef065a6f8d23766520d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 8 Feb 2019 19:59:57 -0500 Subject: Show time, date, and recording directory in the info screen Patch by Igor Poretsky Change-Id: I5db0d018742c11dd9bf3ca4c9539cd91f94d4c2e --- apps/gui/list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui/list.h') 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, enum themable_icons icon); extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists, bool hide); +extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists, + enum screen_type screen, int item); #if CONFIG_CODEC == SWCODEC extern bool gui_synclist_keyclick_callback(int action, void* data); -- cgit v1.2.3