dwm/patch/bar_status2d_eb.c

11 lines
186 B
C

int
width_status2d_eb(Monitor *m, int max_width)
{
return status2dtextlength(rawestext);
}
int
draw_status2d_eb(Monitor *m, int x, int w)
{
return drawstatusbar(m, x, w, rawestext);
}