mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Re-draw borders after reloading, not before; from Alexander Polakov.
ok oga@
This commit is contained in:
parent
30dbdf4178
commit
912dd46a7e
4
conf.c
4
conf.c
@ -94,13 +94,13 @@ conf_reload(struct conf *c)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
TAILQ_FOREACH(cc, &Clientq, entry)
|
|
||||||
client_draw_border(cc);
|
|
||||||
TAILQ_FOREACH(sc, &Screenq, entry) {
|
TAILQ_FOREACH(sc, &Screenq, entry) {
|
||||||
conf_gap(c, sc);
|
conf_gap(c, sc);
|
||||||
conf_color(c, sc);
|
conf_color(c, sc);
|
||||||
conf_font(c, sc);
|
conf_font(c, sc);
|
||||||
}
|
}
|
||||||
|
TAILQ_FOREACH(cc, &Clientq, entry)
|
||||||
|
client_draw_border(cc);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user