[X11Helper] add some extra debug.

This commit is contained in:
Dave Davenport 2021-12-17 10:22:45 +01:00
parent 2827005742
commit a5f76b9d56
1 changed files with 2 additions and 0 deletions

View File

@ -862,7 +862,9 @@ static int monitor_active_from_id_focused(int mon_id, workarea *mon) {
}
g_debug("mon pos: %d %d %d-%d", mon->x, mon->y, mon->w, mon->h);
} else if (mon_id == -4) {
g_debug("Find monitor at location: %d %d", t->dst_x, t->dst_y);
monitor_dimensions(t->dst_x, t->dst_y, mon);
g_debug("Monitor found pos: %d %d %d-%d", mon->x, mon->y, mon->w, mon->h);
retv = TRUE;
}
free(t);