Print tint2: before geometry dumps

This commit is contained in:
o9000
2017-10-01 18:33:53 +02:00
parent 7e2dc91ce7
commit 031bd23849
5 changed files with 10 additions and 10 deletions

View File

@@ -466,7 +466,7 @@ void task_dump_geometry(void *obj, int indent)
Panel *panel = (Panel *)task->area.panel;
fprintf(stderr,
"%*sText: x = %d, y = %d, w = %d, h = %d, align = %s, text = %s\n",
"tint2: %*sText: x = %d, y = %d, w = %d, h = %d, align = %s, text = %s\n",
indent,
"",
(int)panel->g_task.text_posx,
@@ -476,7 +476,7 @@ void task_dump_geometry(void *obj, int indent)
panel->g_task.centered ? "center" : "left",
task->title);
fprintf(stderr,
"%*sIcon: x = %d, y = %d, w = h = %d\n",
"tint2: %*sIcon: x = %d, y = %d, w = h = %d\n",
indent,
"",
task->_icon_x,