commit | 854ca69a041b2911b920f5a137f7d645aca1c862 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:30 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:32 2025 +0100 |
tree | 6ee8832b6caea9ed48fd44eaa709ce5ab45ce1bf | |
parent | 9f5a792d44b1189d486f71116dc57ec34f979818 [diff] |
expo: Rename scene_dim to scene_obj_bbox At present we assume that each object is a simple box and that it fills the whole box. This is quite limiting for text objects, which we may want to centre within the box. We need a position within the box where drawing starts. Rename the scene_dim struct to indicate that it is a bounding box. Signed-off-by: Simon Glass <sjg@chromium.org>