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 8e9d6fe..68ae839 100644 --- a/patch/bar_statusbutton.h +++ b/patch/bar_statusbutton.h @@ -1,3 +1,3 @@ -static int width_stbutton(Bar *bar, BarWidthArg *a); -static int draw_stbutton(Bar *bar, BarDrawArg *a); -static int click_stbutton(Bar *bar, Arg *arg, BarClickArg *a);
\ No newline at end of file +static int width_stbutton(Bar *bar, BarArg *a); +static int draw_stbutton(Bar *bar, BarArg *a); +static int click_stbutton(Bar *bar, Arg *arg, BarArg *a);
\ No newline at end of file |
