Add some debugging print outs

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-01-29 08:39:01 +00:00
parent 0ee3e3f2cf
commit 219154c1e6
1 changed files with 2 additions and 0 deletions

View File

@ -342,6 +342,7 @@ _ecore_evas_render_updates_process(Ecore_Evas *ee, Eina_List *updates)
{
int rend = 0;
DBG("\tRender Updates Process\n");
if ((ee->visible) && (updates))
{
Eina_List *l;
@ -350,6 +351,7 @@ _ecore_evas_render_updates_process(Ecore_Evas *ee, Eina_List *updates)
EINA_LIST_FOREACH(updates, l, r)
{
/* TODO: damage window */
DBG("\t\tDamage Window: %d %d %d %d\n", r->x, r->y, r->w, r->h);
}
}
else