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_tabgroups.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_tabgroups.c')
| -rw-r--r-- | patch/bar_tabgroups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/bar_tabgroups.c b/patch/bar_tabgroups.c index 055094d..798f67b 100644 --- a/patch/bar_tabgroups.c +++ b/patch/bar_tabgroups.c @@ -59,7 +59,7 @@ bartabdraw(Monitor *m, Client *c, int unused, int x, int w, int groupactive, Arg pad = (w - TEXTW(c->name) + lrpad) / 2; #endif // BAR_CENTEREDWINDOWNAME_PATCH - drw_text(drw, x, 0, w, bh, pad, c->name, 0); + drw_text(drw, x, 0, w, bh, pad, c->name, 0, False); if (c->isfloating) drawindicator(m, c, 1, x, w, 0, 0, c->isfixed, floatindicatortype); |
