A few fields should not be changed by the controller code. Add a comment so this is obvious.
Signed-off-by: Simon Glass <s...@chromium.org> --- include/expo.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/expo.h b/include/expo.h index 4dee479e9a0..6b191815ded 100644 --- a/include/expo.h +++ b/include/expo.h @@ -302,8 +302,9 @@ enum { * @id: ID number of the object * @type: Type of this object * @bbox: Bounding box for this object - * @ofs: Offset from x0, y0 where the object is drawn - * @dims: Dimensions of the text/image (may be smaller than bbox) + * @ofs: Offset from x0, y0 where the object is drawn (internal use only) + * @dims: Dimensions of the text/image; may be smaller than bbox + * (internal use only) * @horiz: Horizonal alignment * @vert: Vertical alignment * @flags: Flags for this object -- 2.43.0