Simplified Pango integration by settling on common function signatures.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user