SDL/src
Sam Lantinga 2ca727aec6 If the client rect is empty, use the last known window size
This happens on Windows 11 with fullscreen desktop windows when the desktop is brought up with the Windows+D shortcut.

Fixes https://github.com/libsdl-org/SDL/issues/7419
2023-03-09 10:31:39 -08:00
..
atomic Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
audio Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
core Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
cpuinfo Fixed spacing 2023-03-01 09:51:27 -08:00
dynapi Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
events Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
file Handle new SDL_rwops error codes in SDL_LoadFile_RW() 2023-01-12 06:53:07 -08:00
filesystem Updated copyright for 2023 2023-01-09 09:41:41 -08:00
haptic Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
hidapi Fixed signed/unsigned warnings 2023-03-08 12:36:44 -08:00
joystick Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
libm Updated copyright for 2023 2023-01-09 09:41:41 -08:00
loadso Functions which return function pointers now return SDL_FunctionPointer instead of void* 2023-01-09 15:46:21 -08:00
locale Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
main/winrt Remove SDL3_main from build systems, remove most of src/main/* 2022-12-15 08:01:01 -08:00
misc Addressed comments 2023-01-10 06:19:40 -08:00
power Updated copyright for 2023 2023-01-09 09:41:41 -08:00
render render: Make sure logical_target is bound when presenting. 2023-03-08 22:57:29 -05:00
sensor Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
stdlib Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
test Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes 2023-03-09 03:25:20 -08:00
thread Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
timer Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
video If the client rect is empty, use the last known window size 2023-03-09 10:31:39 -08:00
SDL.c Add error returns to void functions that can fail/set errors. 2023-02-09 07:23:21 -08:00
SDL_assert.c Only minimize the window for an assert if it's in exclusive fullscreen mode 2023-02-01 12:05:25 -08:00
SDL_assert_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dataqueue.c dataqueue: Make thread safe. 2023-03-02 16:35:16 -05:00
SDL_dataqueue.h dataqueue: Make thread safe. 2023-03-02 16:35:16 -05:00
SDL_error.c Remove disabled self test main functions in src/SDL_error.c 2023-02-01 20:14:48 +01:00
SDL_error_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_guid.c Add error returns to void functions that can fail/set errors. 2023-02-09 07:23:21 -08:00
SDL_hints.c SDL_AddHintCallback() now returns a standard int result instead of void 2023-01-09 12:09:30 -08:00
SDL_hints_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_internal.h Moved SDL_intrin.h back into the public headers for application use 2023-01-10 15:50:35 -08:00
SDL_list.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_list.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_log.c Set the default priority level of SDL_LOG_CATEGORY_ERROR to SDL_LOG_PRIORITY_ERROR 2023-01-19 08:04:40 -08:00
SDL_log_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_utils.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_utils_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00