From 5ca15399690a686646d4739b3f4c51c62cc88b68 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 26 Mar 2008 03:35:24 +0000 Subject: 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 --- apps/plugins/test_codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/test_codec.c') diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 28e3d18..642c1c3 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -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; -- cgit v1.1