diff options
-rw-r--r-- | src/traybutton.c | 6 |
1 files 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; |