From 8e63b37ef27d94f6db79c4ffb941608e8f0dc2f9 Mon Sep 17 00:00:00 2001 From: Ox Cart Date: Thu, 17 Mar 2016 10:43:40 -0500 Subject: Squashed commits, full commit log available in https://github.com/getlantern/lantern --- systray.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systray.h (limited to 'systray.h') diff --git a/systray.h b/systray.h new file mode 100644 index 0000000..819b65f --- /dev/null +++ b/systray.h @@ -0,0 +1,9 @@ +extern void systray_ready(); +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(int menuId, char* title, char* tooltip, short disabled, short checked); +void quit(); -- cgit v1.2.3