Identified and fixed a few more cross-compilation issues related to prior refactoring / simplification
This commit is contained in:
@@ -102,7 +102,7 @@ drawpowerlinestatus(int xpos, char *stext)
|
||||
|
||||
drw_setscheme(drw, nxtscheme);
|
||||
w = TEXTW(bs+2);
|
||||
drw_text(drw, x - w, 0, w, bh, lrpad / 2, bs+2, 0);
|
||||
drw_text(drw, x - w, 0, w, bh, lrpad / 2, bs+2, 0, False);
|
||||
x -= w;
|
||||
|
||||
bp = *bs;
|
||||
|
Reference in New Issue
Block a user