diff options
| author | bakkeby <[email protected]> | 2020-08-24 00:26:26 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-24 00:26:26 +0200 |
| commit | 7ce66bf122fd8b7288a5e0ddf0d0e312a0f08456 (patch) | |
| tree | a8f04c431b16013d8465d9e1324cea2ae1269436 /patch/bar_powerline_status.c | |
| parent | 939a407e250059adedadce4b121fcf3fd3e429e3 (diff) | |
| download | dwm-flexipatch-7ce66bf122fd8b7288a5e0ddf0d0e312a0f08456.tar.gz dwm-flexipatch-7ce66bf122fd8b7288a5e0ddf0d0e312a0f08456.zip | |
Identified and fixed a few more cross-compilation issues related to prior refactoring / simplification
Diffstat (limited to 'patch/bar_powerline_status.c')
| -rw-r--r-- | patch/bar_powerline_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/bar_powerline_status.c b/patch/bar_powerline_status.c index 3e2ee6a..03847d6 100644 --- a/patch/bar_powerline_status.c +++ b/patch/bar_powerline_status.c @@ -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; |
