summaryrefslogtreecommitdiff
path: root/trayicon.h
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-09-06 15:10:51 -0600
committerJoe Zhao <ztuowen@gmail.com>2015-09-06 15:10:51 -0600
commit2f63794da7acbfcf61558428cd84f590a73fc13f (patch)
treebda4bc9682ee5704ad752d601b9ede81de198bbe /trayicon.h
parent3507dcb7a51249962e40847626f72f5207e8c0af (diff)
downloadpomodori-2f63794da7acbfcf61558428cd84f590a73fc13f.tar.gz
pomodori-2f63794da7acbfcf61558428cd84f590a73fc13f.tar.bz2
pomodori-2f63794da7acbfcf61558428cd84f590a73fc13f.zip
revert to original time
Diffstat (limited to 'trayicon.h')
-rw-r--r--trayicon.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/trayicon.h b/trayicon.h
new file mode 100644
index 0000000..e8134ba
--- /dev/null
+++ b/trayicon.h
@@ -0,0 +1,14 @@
+//
+// Created by joe on 9/6/15.
+//
+
+#ifndef POMODORI_TRAYICON_H
+#define POMODORI_TRAYICON_H
+
+void tray_init();
+
+void tray_activate(char* info);
+
+void tray_deactivate();
+
+#endif //POMODORI_TRAYICON_H