expo: Create a struct for generic text attributes
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:37 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit5a80996cb6a285d09c03d687dc9ad793f12e7bf1
treef380eb465821947d9af64a8d9364a446c9065713
parent5ea2b533ed037b8f6f89c33f13dcf6188ba9162d
expo: Create a struct for generic text attributes

In preparation for adding more text types, refactor the common fields
into a new structure. This will allow common code to be used.

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