]> git.ipfire.org Git - thirdparty/u-boot.git/commit
expo: Rename x and y in struct scene_obj_bbox
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:31 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit8aa384d01a079ec2d816f7051a7208a337727338
tree88d8384ab93ad5d261238f056e0b68bfc485c97d
parent85a2954c29cf8631ccd0fb2c2c348711f8b5260e
expo: Rename x and y in struct scene_obj_bbox

These coordinates are the top left values, so rename them to x0 and y0
in preparation for changing the width and height to x1 and y1

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