forked from len0rd/rockbox
the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16812 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af395f4db6
commit
5ca1539969
44 changed files with 202 additions and 111 deletions
|
@ -111,5 +111,5 @@ void playback_control_init(struct plugin_api* newapi)
|
|||
bool playback_control(struct plugin_api* newapi)
|
||||
{
|
||||
api = newapi;
|
||||
return api->do_menu(&playback_control_menu, NULL) == MENU_ATTACHED_USB;
|
||||
return api->do_menu(&playback_control_menu, NULL, NULL, false) == MENU_ATTACHED_USB;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue