summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_status2d_eb.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch/bar_status2d_eb.c')
-rw-r--r--patch/bar_status2d_eb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/bar_status2d_eb.c b/patch/bar_status2d_eb.c
index adce774..3e98866 100644
--- a/patch/bar_status2d_eb.c
+++ b/patch/bar_status2d_eb.c
@@ -1,11 +1,11 @@
int
-width_status2d_eb(Monitor *m, int max_width)
+width_status2d_eb(Monitor *m, BarWidthArg *a)
{
return status2dtextlength(rawestext);
}
int
-draw_status2d_eb(Monitor *m, int x, int w)
+draw_status2d_eb(Monitor *m, BarDrawArg *a)
{
- return drawstatusbar(m, x, w, rawestext);
+ return drawstatusbar(m, a->x, a->w, rawestext);
} \ No newline at end of file