Tiling2: Improve debug output in tree dump.

This commit is contained in:
Tom Hacohen 2014-01-20 10:38:22 +00:00
parent 9adc5336c0
commit 507a6db1e1
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ tiling_window_tree_dump(Window_Tree *root, int level)
else else
printf("|-"); printf("|-");
printf("%f\n", root->weight); printf("%f (%p)\n", root->weight, root->client);
Window_Tree *itr; Window_Tree *itr;
EINA_INLIST_FOREACH(root->children, itr) EINA_INLIST_FOREACH(root->children, itr)