discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6e504751b17dd12766dbc99aec0334f34a54c0bd

commit 6e504751b17dd12766dbc99aec0334f34a54c0bd
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Feb 17 17:21:37 2015 -0500

    revert some comp object debugging bits that snuck into another commit
---
 src/bin/e_comp_object.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index d6d8e48..e3de55f 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -41,7 +41,7 @@
 #define INTERNAL_ENTRY E_Comp_Object *cw; cw = evas_object_smart_data_get(obj);
 
 /* enable for lots of client size info in console output */
-#if 0
+#if 1
 # define e_util_size_debug_set(x, y)
 #endif
 
@@ -2655,7 +2655,7 @@ e_comp_object_input_area_set(Evas_Object *obj, int x, int 
y, int w, int h)
         if (!cw->input_obj)
           {
              cw->input_obj = evas_object_rectangle_add(cw->comp->evas);
-             e_util_size_debug_set(cw->input_obj, 1);
+             //e_util_size_debug_set(cw->input_obj, 1);
              evas_object_name_set(cw->input_obj, "cw->input_obj");
              evas_object_color_set(cw->input_obj, 0, 0, 0, 0);
              evas_object_pass_events_set(cw->obj, 1);

-- 


Reply via email to