You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dwm-flexipatch/patch/bar_status2d_eb.c

11 lines
181 B
C

int
4 years ago
width_status2d_eb(Bar *bar, BarWidthArg *a)
{
return status2dtextlength(rawestext);
}
int
4 years ago
draw_status2d_eb(Bar *bar, BarDrawArg *a)
{
4 years ago
return drawstatusbar(a->x, rawestext);
}