mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -05:00
parent
351fc66173
commit
0f5a69be3c
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ void draw_border(node_t *n, bool focused_node, bool focused_monitor)
|
|||
|
||||
uint32_t border_color_pxl = get_border_color(focused_node, focused_monitor);
|
||||
for (node_t *f = first_extrema(n); f != NULL; f = next_leaf(f, n)) {
|
||||
if (f->client != NULL && f->client->border_width > 0) {
|
||||
if (f->client != NULL) {
|
||||
window_draw_border(f->id, border_color_pxl);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue