diff options
| author | Ox Cart | 2017-08-25 13:07:25 -0500 | 
|---|---|---|
| committer | Ox Cart | 2017-08-25 16:16:48 -0500 | 
| commit | 351a4b68603fd5d5b013d9a680d8d97650510cd6 (patch) | |
| tree | 2babc5a4ef2b1b9be2c68952f511ec12f80a93b6 /systray.h | |
| parent | ef254071ef3abfdf0a220f76fcdd468d24bff519 (diff) | |
| download | systray-351a4b68603fd5d5b013d9a680d8d97650510cd6.tar.bz2 | |
Made onExit run reliably and process terminate on quit
Diffstat (limited to 'systray.h')
| -rw-r--r-- | systray.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -1,4 +1,5 @@  extern void systray_ready(); +extern void systray_on_exit();  extern void systray_menu_item_selected(int menu_id);  int nativeLoop(void); | 
