]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Draw the current opened menu on top
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:58 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit4c87e073a4573159f97eb4ed80ec4088f33c7008
tree52fb7976fe76163d61eb860c78bd16e00f87557a
parent756c9559e60a0ef8434128205adced937240925d
expo: Draw the current opened menu on top

When a menu is opened, it must be displayed over all other objects in
the scene, so that all its items are visible.

Handle this by drawing the menu object a second time, after all other
objects have been drawn. Draw all of the objects which are dependent
on the menu object.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/expo.c
boot/scene.c
boot/scene_internal.h
boot/scene_menu.c