aboutsummaryrefslogtreecommitdiffstats
path: root/systray.h
diff options
context:
space:
mode:
Diffstat (limited to 'systray.h')
-rw-r--r--systray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/systray.h b/systray.h
index ef91c07..ad4b180 100644
--- a/systray.h
+++ b/systray.h
@@ -7,6 +7,7 @@ void setIcon(const char* iconBytes, int length);
void setTitle(char* title);
void setTooltip(char* tooltip);
void add_or_update_menu_item(int menuId, char* title, char* tooltip, short disabled, short checked);
+void add_separator();
void hide_menu_item(int menuId);
void show_menu_item(int menuId);
void quit();