mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 08:23:24 +02:00
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>