mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05: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
|
|
@ -392,7 +392,7 @@ bool eq_menu_graphical(void)
|
|||
enum eq_type current_type;
|
||||
char buf[24];
|
||||
int i, w, h, height, start_item, nb_eq_sliders[NB_SCREENS];
|
||||
char barsenabled = viewportmanager_set_statusbar(0);
|
||||
int barsenabled = viewportmanager_set_statusbar(VP_SB_HIDE_ALL);
|
||||
|
||||
|
||||
FOR_NB_SCREENS(i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue