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/menu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index d3f7099..1b4ffd5 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -117,7 +117,8 @@ bool do_setting_from_menu(const struct menu_item_ex *temp); This is always set, even if the menu was cancelled. If NULL it is ignored and the firs item starts selected */ -int do_menu(const struct menu_item_ex *menu, int *start_selected); +int do_menu(const struct menu_item_ex *menu, int *start_selected, + struct viewport parent[NB_SCREENS], bool hide_bars); /* In all the following macros the argument names are as follows: - name: The name for the variable (so it can be used in a MAKE_MENU() -- cgit v1.1