mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 18:47: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
|
@ -94,7 +94,7 @@ int menu_show(int m)
|
|||
bool exit = false;
|
||||
int key;
|
||||
|
||||
char bars = rb->viewportmanager_set_statusbar(VP_ALLSCREENS);
|
||||
int bars = rb->viewportmanager_set_statusbar(VP_SB_ALLSCREENS);
|
||||
rb->gui_synclist_draw(&(menus[m].synclist));
|
||||
while (!exit) {
|
||||
key = rb->get_action(CONTEXT_MAINMENU,HZ/2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue