diff --git a/src/modules/tiling/window_tree.c b/src/modules/tiling/window_tree.c index 6f79c2574..d2c40486b 100644 --- a/src/modules/tiling/window_tree.c +++ b/src/modules/tiling/window_tree.c @@ -542,7 +542,7 @@ tiling_window_tree_dump(Window_Tree *root, int level) else printf("|-"); - printf("%f\n", root->weight); + printf("%f (%p)\n", root->weight, root->client); Window_Tree *itr; EINA_INLIST_FOREACH(root->children, itr)