mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
try that previous commit again...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23581 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
10fcb6b183
commit
6008c29e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ inline bool sb_skin_get_state(enum screen_type screen)
|
||||||
case STATUSBAR_TOP:
|
case STATUSBAR_TOP:
|
||||||
case STATUSBAR_BOTTOM:
|
case STATUSBAR_BOTTOM:
|
||||||
case STATUSBAR_OFF:
|
case STATUSBAR_OFF:
|
||||||
return (skinbars&VP_SB_ONSCREEN(screen));
|
return (viewportmanager_get_statusbar()&VP_SB_ONSCREEN(screen));
|
||||||
}
|
}
|
||||||
return false; /* Should never actually get here */
|
return false; /* Should never actually get here */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue