diff options
Diffstat (limited to 'patch/bar_statusbutton.c')
| -rw-r--r-- | patch/bar_statusbutton.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/patch/bar_statusbutton.c b/patch/bar_statusbutton.c index f5c9c9d..292b83e 100644 --- a/patch/bar_statusbutton.c +++ b/patch/bar_statusbutton.c @@ -7,11 +7,7 @@ width_stbutton(Bar *bar, BarWidthArg *a) int draw_stbutton(Bar *bar, BarDrawArg *a) { - #if BAR_PANGO_PATCH return drw_text(drw, a->x, 0, a->w, bh, lrpad / 2, buttonbar, 0, False); - #else - return drw_text(drw, a->x, 0, a->w, bh, lrpad / 2, buttonbar, 0); - #endif // BAR_PANGO_PATCH } int |
