summaryrefslogtreecommitdiff
path: root/boot/scene_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'boot/scene_internal.h')
-rw-r--r--boot/scene_internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/scene_internal.h b/boot/scene_internal.h
index 3387a90761a..2544c961dab 100644
--- a/boot/scene_internal.h
+++ b/boot/scene_internal.h
@@ -154,6 +154,13 @@ int scene_render(struct scene *scn);
int scene_send_key(struct scene *scn, int key, struct expo_action *event);
/**
+ * scene_menu_render() - Render the background behind a menu
+ *
+ * @menu: Menu to render
+ */
+void scene_menu_render(struct scene_obj_menu *menu);
+
+/**
* scene_menu_calc_dims() - Calculate the dimensions of a menu
*
* Updates the width and height of the menu based on its contents