SDL/src/core
Sami Kyöstilä 80f5f0b1fb android: Fix activity pause/resume with external graphics context
This patch fixes two issues with pausing and resuming the Android
activity when an external graphics context[1] is used:

1. When pausing, don't wait for the EGL context to be backed up if a
   context wasn't created in the first place.

2. When resuming, don't recreate the EGL surface unless one was
   requested by the user when originally creating the window.

[1] SDL_PROP_WINDOW_CREATE_EXTERNAL_GRAPHICS_CONTEXT_BOOLEAN
2024-07-30 20:15:42 -07:00
..
android android: Fix activity pause/resume with external graphics context 2024-07-30 20:15:42 -07:00
freebsd Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
gdk GDK build: move suspend/constrain setup back to previous compilation unit 2024-07-25 11:35:10 +03:00
haiku haiku: No more chdir to executable's directory at startup in SDL3. 2024-07-13 12:24:27 -04:00
linux Added SDL_SetAppMetadata() (#10404) 2024-07-28 07:22:46 -07:00
openbsd Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
unix Added SDL_SetAppMetadata() (#10404) 2024-07-28 07:22:46 -07:00
windows Fix UWP build in non-UNICODE mode 2024-07-19 10:21:34 +00:00
winrt Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
SDL_core_unsupported.c GDK build: fix project settings and API changes 2024-07-25 11:35:10 +03:00