commit | 7b04395c3d07be3528c793a6cff30cd9310fbf7b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:49 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | a77c33ad3ee30774bb303dc653fba5c2b899f707 | |
parent | d17a62420c9b264d3a45cd114aa1b779526ae478 [diff] |
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>