mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19897 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee8c479dff
commit
036fb05dfd
13 changed files with 52 additions and 36 deletions
|
@ -355,7 +355,8 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected,
|
|||
const struct menu_item_ex *temp, *menu;
|
||||
int ret = 0, i;
|
||||
bool redraw_lists;
|
||||
char oldbars = viewportmanager_set_statusbar(hide_bars?0:VP_ALLSCREENS);
|
||||
int oldbars = viewportmanager_set_statusbar(
|
||||
hide_bars ? VP_SB_HIDE_ALL : VP_SB_ALLSCREENS);
|
||||
|
||||
const struct menu_item_ex *menu_stack[MAX_MENUS];
|
||||
int menu_stack_selected_item[MAX_MENUS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue