Correcting warnings in the public API, correcting errors on Windows

This commit is contained in:
Dmitry Mikushin
2022-02-19 17:53:45 +01:00
parent 7aaa634c93
commit 801d928305
4 changed files with 20 additions and 5 deletions

View File

@@ -64,5 +64,5 @@ void tray_update(struct tray *tray) {
app_indicator_set_menu(indicator, GTK_MENU(_tray_menu(tray->menu)));
}
void tray_exit() { loop_result = -1; }
void tray_exit(void) { loop_result = -1; }