diff options
| author | bakkeby <[email protected]> | 2020-08-22 20:31:17 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-22 20:31:17 +0200 |
| commit | 81f44b036c733ba6494e14a5c358a62186c575be (patch) | |
| tree | 2dc3a5ccefa824df41cfad6bbbd0a0c45bd98619 /patch/bar_ltsymbol.c | |
| parent | 46ebaea58f121a33ed0d3ea07f40cfb70c9de2f9 (diff) | |
| download | dwm-flexipatch-81f44b036c733ba6494e14a5c358a62186c575be.tar.gz dwm-flexipatch-81f44b036c733ba6494e14a5c358a62186c575be.zip | |
Simplified Pango integration by settling on common function signatures.
Diffstat (limited to 'patch/bar_ltsymbol.c')
| -rw-r--r-- | patch/bar_ltsymbol.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/patch/bar_ltsymbol.c b/patch/bar_ltsymbol.c index 65ce2da..c600f5c 100644 --- a/patch/bar_ltsymbol.c +++ b/patch/bar_ltsymbol.c @@ -7,11 +7,7 @@ width_ltsymbol(Bar *bar, BarWidthArg *a) int draw_ltsymbol(Bar *bar, BarDrawArg *a) { - #if BAR_PANGO_PATCH return drw_text(drw, a->x, 0, a->w, bh, lrpad / 2, bar->mon->ltsymbol, 0, False); - #else - return drw_text(drw, a->x, 0, a->w, bh, lrpad / 2, bar->mon->ltsymbol, 0); - #endif // BAR_PANGO_PATCH } int |
