B:BD[
8.36337] → [
14.3246:3246]
B:BD[
9.3660] → [
6.392:472]
BD:BD[
9.3660] → [
6.392:472]
B:BD[
14.2110] → [
6.473:548]
BD:BD[
14.2110] → [
6.473:548]
B:BD[
15.516] → [
6.549:628]
BD:BD[
15.516] → [
6.549:628]
B:BD[
16.228] → [
4.292:561]
BD:BD[
16.228] → [
4.292:561]
wlr_matrix_project_box(matrix, &obox, transform, 0, output->transform_matrix);
wlr_output_layout_output_coords(output_layout, m->wlr_output, &ox, &oy);
wlr_render_rect(drw, &borders[i], color, m->wlr_output->transform_matrix);
/* If length == 1 we need update selmon.
* Maybe it will change in run(). */
if (wl_list_length(&mons) == 1) {
Client *c;
selmon = m;
/* If there is any client, set c->mon to this monitor */
wl_list_for_each(c, &clients, link)
setmon(c, m, c->tags);
}