[PATCH 01/19] expo: Comment scene_obj fields which are for internal use

Simon Glass sjg at chromium.org
Mon May 5 17:42:39 CEST 2025


A few fields should not be changed by the controller code. Add a comment
so this is obvious.

Signed-off-by: Simon Glass <sjg at 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



More information about the U-Boot mailing list