diff options
Diffstat (limited to 'patch/bar_wintitle.h')
| -rw-r--r-- | patch/bar_wintitle.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/bar_wintitle.h b/patch/bar_wintitle.h index 6d055a6..349f948 100644 --- a/patch/bar_wintitle.h +++ b/patch/bar_wintitle.h @@ -1,3 +1,3 @@ -static int width_wintitle(Bar *bar, BarWidthArg *a); -static int draw_wintitle(Bar *bar, BarDrawArg *a); -static int click_wintitle(Bar *bar, Arg *arg, BarClickArg *a);
\ No newline at end of file +static int width_wintitle(Bar *bar, BarArg *a); +static int draw_wintitle(Bar *bar, BarArg *a); +static int click_wintitle(Bar *bar, Arg *arg, BarArg *a);
\ No newline at end of file |
