SDL/src
Frank Praznik 84e47b4af5 wayland: Always create the backing input store, even if there is no seat
Fixes a crash if no seat was available at initialization, but still allows for one to still be created later if an input device is added.

Removes some unnecessary abstractions in the process.
2024-01-22 12:37:24 -05:00
..
atomic Updated the atomic API for SDL 3.0 naming conventions 2024-01-18 04:41:34 -08:00
audio Fixed warning C4127: conditional expression is constant 2024-01-19 06:44:32 -08:00
core Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression 2024-01-19 06:49:53 -08:00
cpuinfo Removed SDL_CPUINFO_DISABLED 2024-01-17 09:24:04 -08:00
dynapi Made SDL_HapticEffect const in the API 2024-01-21 11:29:40 -08:00
events Switched SDL_TouchID and SDL_FingerID to be Uint64 with 0 being an invalid value 2024-01-18 10:55:24 -08:00
file Removed SDL_FILE_DISABLED 2024-01-17 09:24:04 -08:00
filesystem Make Xbox GDK code public (and fix some GDK code rot) (#8844) 2024-01-14 20:31:41 -08:00
haptic Made SDL_HapticEffect const in the API 2024-01-21 11:29:40 -08:00
hidapi Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() 2024-01-18 08:18:37 -08:00
joystick Fixed warnings building for UWP 2024-01-21 06:55:29 -08:00
libm Fixed error: 'fq' may be used uninitialized [-Werror=maybe-uninitialized] 2024-01-21 06:55:29 -08:00
loadso Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression 2024-01-19 06:49:53 -08:00
locale Updated copyright for 2024 2024-01-01 13:15:26 -08:00
main Updated the atomic API for SDL 3.0 naming conventions 2024-01-18 04:41:34 -08:00
misc Updated copyright for 2024 2024-01-01 13:15:26 -08:00
power Updated copyright for 2024 2024-01-01 13:15:26 -08:00
render Added SDL_FlipSurface() to flip a surface vertically or horizontally 2024-01-20 06:31:37 -08:00
sensor Removed SDL_EVENTS_DISABLED 2024-01-17 09:24:04 -08:00
stdlib Build SDL with the static C runtime on Visual Studio 2024-01-21 06:55:29 -08:00
test Switched SDL_TouchID and SDL_FingerID to be Uint64 with 0 being an invalid value 2024-01-18 10:55:24 -08:00
thread Fixed warnings building for UWP 2024-01-21 06:55:29 -08:00
timer Updated SDL_TimerID to use the same type as other IDs in SDL 2024-01-18 07:08:15 -08:00
video wayland: Always create the backing input store, even if there is no seat 2024-01-22 12:37:24 -05:00
SDL.c Removed SDL_INIT_EVERYTHING 2024-01-18 06:17:58 -08:00
SDL_assert.c Updated the atomic API for SDL 3.0 naming conventions 2024-01-18 04:41:34 -08:00
SDL_assert_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_error.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_error_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_guid.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hashtable.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hashtable.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hints.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hints_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_internal.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_list.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_list.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_log.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_log_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_properties.c remove several instances of unnecessary emptry str "" after SDL_PRI??? 2024-01-18 17:25:50 +03:00
SDL_properties_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_utils.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_utils_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00