mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Don't call SDL_Gtk_Quit() on private platforms
(cherry picked from commit c742038aa9)
This commit is contained in:
parent
3f58b99b53
commit
832b2aaf39
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ void SDL_Quit(void)
|
|||
SDL_DBus_Quit();
|
||||
#endif
|
||||
|
||||
#if defined(SDL_PLATFORM_UNIX) && !defined(SDL_PLATFORM_ANDROID) && !defined(SDL_PLATFORM_EMSCRIPTEN)
|
||||
#if defined(SDL_PLATFORM_UNIX) && !defined(SDL_PLATFORM_ANDROID) && !defined(SDL_PLATFORM_EMSCRIPTEN) && !defined(SDL_PLATFORM_PRIVATE)
|
||||
SDL_Gtk_Quit();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue