aboutsummaryrefslogtreecommitdiffstats
path: root/systray.h
diff options
context:
space:
mode:
Diffstat (limited to 'systray.h')
-rw-r--r--systray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/systray.h b/systray.h
index f175ae4..ef91c07 100644
--- a/systray.h
+++ b/systray.h
@@ -7,4 +7,6 @@ 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 hide_menu_item(int menuId);
+void show_menu_item(int menuId);
void quit();