]> git.baikalelectronics.ru Git - uboot.git/commit
expo: Add width and height to objects
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:49 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commite96af60b872ef718912087d94bce7d1480168341
treea77c33ad3ee30774bb303dc653fba5c2b899f707
parent4968d4c4930602ffb8d62ff8bd8d36d602b60513
expo: Add width and height to objects

At present objects only have a position so it is not possible to determine
the amount of space they take up on the display.

Add width and height properties, using a struct to keep all the dimensions
together.

For now this is not used. Future work will set up these new properties.

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