Refinement

This commit is contained in:
bakkeby
2020-07-18 13:03:30 +02:00
parent ad09397ad9
commit 664484d572
36 changed files with 512 additions and 524 deletions

View File

@@ -1,11 +1,11 @@
int
width_status2d_eb(Monitor *m, BarWidthArg *a)
width_status2d_eb(Bar *bar, BarWidthArg *a)
{
return status2dtextlength(rawestext);
}
int
draw_status2d_eb(Monitor *m, BarDrawArg *a)
draw_status2d_eb(Bar *bar, BarDrawArg *a)
{
return drawstatusbar(m, a->x, a->w, rawestext);
return drawstatusbar(a->x, rawestext);
}