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)
commitae45d6cf5a564851a9b9d58e05425e4cf1dfe8aa
treea77c33ad3ee30774bb303dc653fba5c2b899f707
parent2d6ee92c6af06eeb7f7410180d5faa8f5e840bbb
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