dwm/patch/bar_status2d_eb.c

11 lines
181 B
C
Raw Normal View History

int
2020-07-18 13:03:30 +02:00
width_status2d_eb(Bar *bar, BarWidthArg *a)
{
return status2dtextlength(rawestext);
}
int
2020-07-18 13:03:30 +02:00
draw_status2d_eb(Bar *bar, BarDrawArg *a)
{
2020-07-18 13:03:30 +02:00
return drawstatusbar(a->x, rawestext);
}