From 101693fd3047fb64e766580e80635a424fa25c4d Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 15 Nov 2011 13:22:02 +0000 Subject: FS#12251 - User shortcuts in the main menu. Custom shortcuts which give the user fast access to regularly used files/folders/settings/whatever. Thanks to Alexander Levin for the manual part of the patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30990 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index 2251de243c..ee2d9e7f40 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -26,6 +26,7 @@ #include "icon.h" #include "icons.h" #include "root_menu.h" /* needed for MENU_* return codes */ +#include "settings_list.h" enum menu_item_type { @@ -103,6 +104,8 @@ typedef int (*menu_callback_type)(int action, const struct menu_item_ex *this_item); void do_setting_from_menu(const struct menu_item_ex *temp, struct viewport parent[NB_SCREENS]); +void do_setting_screen(const struct settings_list *setting, const char * title, + struct viewport parent[NB_SCREENS]); /* int do_menu(const struct menu_item_ex *menu, int *start_selected) -- cgit v1.2.3