diff options
Diffstat (limited to 'patch/bar_statusbutton.h')
| -rw-r--r-- | patch/bar_statusbutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/bar_statusbutton.h b/patch/bar_statusbutton.h index 84ac2c5..47055ad 100644 --- a/patch/bar_statusbutton.h +++ b/patch/bar_statusbutton.h @@ -1,3 +1,3 @@ -static int width_stbutton(Monitor *m, int max_width); -static int draw_stbutton(Monitor *m, int x, int w); -static int click_stbutton(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_stbutton(Monitor *m, BarWidthArg *a); +static int draw_stbutton(Monitor *m, BarDrawArg *a); +static int click_stbutton(Monitor *m, Arg *arg, BarClickArg *a);
\ No newline at end of file |
