aboutsummaryrefslogtreecommitdiffstats
path: root/systray.h
diff options
context:
space:
mode:
Diffstat (limited to 'systray.h')
-rw-r--r--systray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/systray.h b/systray.h
index 88ba563..819b65f 100644
--- a/systray.h
+++ b/systray.h
@@ -1,9 +1,9 @@
extern void systray_ready();
-extern void systray_menu_item_selected(char* menu_id);
+extern void systray_menu_item_selected(int menu_id);
int nativeLoop(void);
void setIcon(const char* iconBytes, int length);
void setTitle(char* title);
void setTooltip(char* tooltip);
-void add_or_update_menu_item(char* menuId, char* title, char* tooltip, short disabled, short checked);
+void add_or_update_menu_item(int menuId, char* title, char* tooltip, short disabled, short checked);
void quit();