From 21b415df56c2a181fd5fa5a265418496077c0f23 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 8 Apr 2007 05:52:47 +0000 Subject: Give all menus using the old API a nice title and icons (except plugins) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13068 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index 365af53..a861553 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -189,6 +189,7 @@ struct menu_item { bool (*function) (void); /* return true if USB was connected */ }; +/* if button2 == button3 == NULL, button1 is the menu title */ int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, int), const char *button1, const char *button2, const char *button3); -- cgit v1.1