Allow borderpx = 0

This commit is contained in:
Stivvo 2020-09-06 10:27:24 +02:00 committed by Guido Cella
parent f125e1b9a4
commit 5bd9be3a75

2
dwl.c
View file

@ -1731,7 +1731,7 @@ renderclients(Monitor *m, struct timespec *now)
wlr_output_layout_output_coords(output_layout, m->wlr_output,
&ox, &oy);
if (c->bw == 0)
if (c->isfullscreen || borderpx == 0)
goto render;
w = surface->current.width;