mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-14 15:53:14 +00:00
- gtk_init_check claims it will not terminate the program on failure, however this is does not apply to the internal check it performs to see whether another GTK library is already loaded, the detection of which triggers a g_error which glib treats as fatal. - gtk_progress_get_type and gtk_misc_get_type are checked to match the checks done by _gtk_module_has_mixed_deps. - Clean up gtk/gdk loading. There are no library fallbacks so the one option available can be loaded rather than iterating through a list of one item.