some more debug for surfs

SVN revision: 67758
This commit is contained in:
Carsten Haitzler 2012-02-08 12:25:50 +00:00
parent d279c4e97c
commit b7efefd294
1 changed files with 4 additions and 1 deletions

View File

@ -229,7 +229,10 @@ surf_debug(void)
EINA_LIST_FOREACH(surfs, l, ie)
{
im = ie;
printf("%i - %p - %ix%i\n", i, im->image.data, ie->allocated.w, ie->allocated.h);
printf("%i - %p - %ix%i [%s][%s]\n",
i, im->image.data, ie->allocated.w, ie->allocated.h,
ie->file, ie->key
);
i++;
}
}