From e6bb22d50619fa584d4d19f4a2091f40a8357c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 26 Jul 2021 13:27:58 +0200 Subject: Convert function definition --- src/traybutton.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/traybutton.c b/src/traybutton.c index 6761d7c..ce185d0 100644 --- a/src/traybutton.c +++ b/src/traybutton.c @@ -131,9 +131,11 @@ DestroyTrayButtons() /*************************************************************************** ***************************************************************************/ -TrayComponentType *CreateTrayButton(const char *iconName, +TrayComponentType * +CreateTrayButton(const char *iconName, const char *label, const char *action, - const char *popup, int width, int height) { + const char *popup, int width, int height) +{ TrayButtonType *bp; TrayComponentType *cp; -- cgit v1.2.3