Major refactoring in preparation for bar modules

This commit is contained in:
bakkeby
2020-07-15 08:57:30 +02:00
parent 1584a32063
commit 903b32ac8b
76 changed files with 1874 additions and 1741 deletions

11
patch/bar_status2d_eb.c Normal file
View File

@@ -0,0 +1,11 @@
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);
}