]> git.baikalelectronics.ru Git - uboot.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)
commitc49f2e18fc0a9ef840a860bf4acf6b6fa0616cab
tree52fb7976fe76163d61eb860c78bd16e00f87557a
parent07dbff22c3971c41df7971bca0db2621ee8591e9
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