diff options
Diffstat (limited to 'patch/bar_status.h')
| -rw-r--r-- | patch/bar_status.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/bar_status.h b/patch/bar_status.h index 3b6c924..97cf8b8 100644 --- a/patch/bar_status.h +++ b/patch/bar_status.h @@ -1,3 +1,3 @@ -static int width_status(Monitor *m, int max_width); -static int draw_status(Monitor *m, int x, int w); -static int click_status(Monitor *m, Arg *arg, int rel_x, int rel_y, int rel_w, int rel_h);
\ No newline at end of file +static int width_status(Monitor *m, BarWidthArg *a); +static int draw_status(Monitor *m, BarDrawArg *a); +static int click_status(Monitor *m, Arg *arg, BarClickArg *a);
\ No newline at end of file |
