Allow borderpx = 0
parent
621d4c9173
commit
d8570d5ceb
2
dwl.c
2
dwl.c
|
@ -1254,7 +1254,7 @@ renderclients(Monitor *m, struct timespec *now)
|
||||||
wlr_output_layout_output_coords(output_layout, m->wlr_output,
|
wlr_output_layout_output_coords(output_layout, m->wlr_output,
|
||||||
&ox, &oy);
|
&ox, &oy);
|
||||||
|
|
||||||
if (c->bw == 0)
|
if (c->isfullscreen || borderpx == 0)
|
||||||
goto render;
|
goto render;
|
||||||
|
|
||||||
w = surface->current.width;
|
w = surface->current.width;
|
||||||
|
|
Loading…
Reference in New Issue