1
0
Fork 0
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:
Jonathan Gordon 2008-03-26 03:35:24 +00:00
parent af395f4db6
commit 5ca1539969
44 changed files with 202 additions and 111 deletions

View file

@ -715,7 +715,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
rb->lcd_clear_display();
result=rb->do_menu(&menu,&selection);
result=rb->do_menu(&menu,&selection, NULL, false);
scandir = 0;