]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Make calculation of an object bounding box generic
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:29 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit8bc69b4b247f45cdfca18e942bf5a5995265479a
tree5167d311ea46c5d7eb5edcc4bf48d0b7e39c5086
parent117617c7c1d8f82304e019e5a2c7f1c23f78da8f
expo: Make calculation of an object bounding box generic

We want to support this for any object, not just menus. Move the code
around to allow this.

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