This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit c02f51da3c119a31adc0868593f6147dad7aec80
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Mon Feb 10 13:40:03 2025 -0500
evas: Fix minor typo with efl_canvas_object event regions
---
src/lib/evas/canvas/efl_canvas_object.eo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/evas/canvas/efl_canvas_object.eo b/src/lib/evas/canvas/efl_canvas_object.eo
index 8e90ab99f2..1ae85dd940 100644
--- a/src/lib/evas/canvas/efl_canvas_object.eo
+++ b/src/lib/evas/canvas/efl_canvas_object.eo
@@ -323,7 +323,7 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity,
}
@property event_rects @beta {
[[ A series of rectangles relative to object top-left that define
- the input seriface area of the object instead of the normal
+ the input surface area of the object instead of the normal
full object geometry itself. The object geometry itself acts
implicitly as a master clip to this set of rects if they are
outside the bounds of the object geometry. If set to a NULL
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.