[dwm] dwm.c: fix merge issue
This commit is contained in:
parent
0599592ac8
commit
ce577ce66d
@ -812,7 +812,7 @@ drawbar(Monitor *m)
|
|||||||
int boxw = drw->fonts->h / 6 + 2;
|
int boxw = drw->fonts->h / 6 + 2;
|
||||||
unsigned int i, occ = 0, urg = 0;
|
unsigned int i, occ = 0, urg = 0;
|
||||||
Client *c;
|
Client *c;
|
||||||
w = blw = TEXTW(m->ltsymbol);
|
w = TEXTW(m->ltsymbol);
|
||||||
|
|
||||||
/* clear bar from last draw */
|
/* clear bar from last draw */
|
||||||
drw_setscheme(drw, scheme[SchemeNorm]);
|
drw_setscheme(drw, scheme[SchemeNorm]);
|
||||||
|
Loading…
Reference in New Issue
Block a user