Major refactoring in preparation for bar modules
This commit is contained in:
11
patch/bar_status2d_eb.c
Normal file
11
patch/bar_status2d_eb.c
Normal 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);
|
||||
}
|
Reference in New Issue
Block a user