commit | 118a7277b6a76d01d313dce0395561e815b21d8a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:30 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | a1c43981d37c1be9cb164137f5ca13512d696ff0 | |
parent | f0994699e4e1aff14b01c03fcfe079c943f5ac0f [diff] |
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>