]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Allow rendering the background of any object
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:30 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit94598d5b0ab1739279a1f864dc88a8ed3140d7c9
treea1c43981d37c1be9cb164137f5ca13512d696ff0
parent8bc69b4b247f45cdfca18e942bf5a5995265479a
expo: Allow rendering the background of any object

So far only menus have a background. When other object types are
rendered, they may have a background too. Make this code more generic
so it will be usable by new object types.

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