This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit dc9c06d3a4fe0e0e2b12888659900d693e54f146
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed Feb 19 16:20:06 2025 +0000
disable some debug prints i still had there for shape input
---
src/bin/e_comp_object.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index d479230ee..02b7173d3 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2510,7 +2510,7 @@ _e_comp_object_input_rect_update(E_Comp_Object *cw)
{
o = eina_array_data_get(cw->input_objs, i++);
x = rect->x, y = rect->y, w = rect->w, h = rect->h;
- printf("SHP: yyy %i %i %ix%i\n", x, y, w, h);
+// printf("SHP: yyy %i %i %ix%i\n", x, y, w, h);
E_RECTS_CLIP_TO_RECT(x, y, w, h, 0, 0,
cw->ec->client.w, cw->ec->client.h);
@@ -3269,7 +3269,7 @@ e_comp_object_input_area_set(Evas_Object *obj, const Eina_Tiler *area)
API_ENTRY;
if ((!area) && (!cw->input_area)) return;
- printf("SHP: e_comp_object_input_area_set %p %p\n", obj, area);
+// printf("SHP: e_comp_object_input_area_set %p %p\n", obj, area);
if (area && cw->input_area && eina_tiler_equal(area, cw->input_area)) return;
_e_comp_input_objs_free(cw);
if (cw->obj) evas_object_pass_events_set(cw->obj, 1);
@@ -3293,7 +3293,7 @@ e_comp_object_input_area_set(Evas_Object *obj, const Eina_Tiler *area)
{
Evas_Object *o = evas_object_rectangle_add(e_comp->evas);
//e_util_size_debug_set(o, 1);
- printf("SHP: ZZZZZZZZZ add input rect to %p\n", obj);
+// printf("SHP: ZZZZZZZZZ add input rect to %p\n", obj);
evas_object_name_set(o, "cw->input_rect");
evas_object_color_set(o, 0, 0, 0, 0);
evas_object_clip_set(o, cw->clip);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.