summaryrefslogtreecommitdiff
path: root/vendor/github.com/getlantern/systray/systray.h
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-10-25 21:32:00 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-10-25 21:32:12 +0200
commit038a6c5790883275279ccf4fb158aee641d78ce1 (patch)
treec5058ca016c0c90d2c56606bdda5bebf84373c96 /vendor/github.com/getlantern/systray/systray.h
parent0f2c53961fc98590aff4ac782f957fd3188571c4 (diff)
[pkg] remove vendoring of getlantern/systray
after https://github.com/getlantern/systray/commit/5fb0feca3c0677e9fa31e579ff69631f49a379a2 was merged, we don't need to keep using the vendoring of systray. there is some flickering with the stop/start/cancel menu items chening their orderning that still needs to be solved.
Diffstat (limited to 'vendor/github.com/getlantern/systray/systray.h')
-rw-r--r--vendor/github.com/getlantern/systray/systray.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/getlantern/systray/systray.h b/vendor/github.com/getlantern/systray/systray.h
deleted file mode 100644
index f9b1d3c..0000000
--- a/vendor/github.com/getlantern/systray/systray.h
+++ /dev/null
@@ -1,13 +0,0 @@
-extern void systray_ready();
-extern void systray_on_exit();
-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 add_separator(int menuId);
-void hide_menu_item(int menuId);
-void show_menu_item(int menuId);
-void quit();