raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=5d8fb9e4d56a38e9e62ed0533011daa96308308e

commit 5d8fb9e4d56a38e9e62ed0533011daa96308308e
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu May 29 20:51:02 2014 +0900

    add delimiter to shape debug to make debugging easier
---
 src/bin/e_comp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 4f8e5ea..31d24c2 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -672,6 +672,8 @@ _e_comp_shapes_update_job(E_Comp *c)
    Eina_Rectangle *r;
    Eina_List *rl = NULL;
    E_Color color = {0};
+
+   INF("---------------------");
 #endif
 
    E_FREE_LIST(c->debug_rects, evas_object_del);

-- 


Reply via email to