diff options
Diffstat (limited to 'patch/bar_systray.h')
| -rw-r--r-- | patch/bar_systray.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/bar_systray.h b/patch/bar_systray.h index 5123a73..5a107f2 100644 --- a/patch/bar_systray.h +++ b/patch/bar_systray.h @@ -26,9 +26,9 @@ struct Systray { }; /* bar integration */ -static int width_systray(Bar *bar, BarWidthArg *a); -static int draw_systray(Bar *bar, BarDrawArg *a); -static int click_systray(Bar *bar, Arg *arg, BarClickArg *a); +static int width_systray(Bar *bar, BarArg *a); +static int draw_systray(Bar *bar, BarArg *a); +static int click_systray(Bar *bar, Arg *arg, BarArg *a); /* function declarations */ static Atom getatomprop(Client *c, Atom prop); |
