mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-26 08:31:39 +00:00
tray: renamed SDL_HasNoActiveTrays() to SDL_HasActiveTrays()
This commit is contained in:
@@ -790,7 +790,7 @@ void SDL_DestroyTray(SDL_Tray *tray)
|
||||
|
||||
SDL_free(tray);
|
||||
|
||||
if (SDL_HasNoActiveTrays()) {
|
||||
if (!SDL_HasActiveTrays()) {
|
||||
gtk_main_quit();
|
||||
gtk_thread_active = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user