add delimiter to shape debug to make debugging easier

This commit is contained in:
Carsten Haitzler 2014-05-29 20:51:02 +09:00
parent 5f0506c790
commit 5d8fb9e4d5
1 changed files with 2 additions and 0 deletions

View File

@ -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);