SDL2/src
Frank Praznik 5d5d39b190 video: Don't resize moved, fullscreen windows when mode switching is being emulated
When a driver is emulating mode changes, the display bounds are always the native desktop size, not those of the video mode being emulated. This can result in incorrectly setting the size of fullscreen Wayland windows. Don't resize fullscreen windows to the display dimensions when mode switching is emulated.

Renames the quirk flag from VIDEO_DEVICE_QUIRK_DISABLE_DISPLAY_MODE_SWITCHING to VIDEO_DEVICE_QUIRK_MODE_SWITCHING_EMULATED to better reflect its purpose.
2023-01-19 15:07:29 -08:00
..
atomic Fixed building with Visual Studio 2010 2023-01-09 18:30:23 -08:00
audio add support for libsamplerate's "linear" resampling mode 2023-01-16 23:49:26 -05:00
core Fixed PS2 build 2023-01-13 10:00:16 -08:00
cpuinfo Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free() 2023-01-09 18:01:59 -08:00
dynapi SDL_dynapi.c: add extern "C" guards, just in case.. 2023-01-12 14:01:32 +03:00
events Fixing window being incorrect size when using win+shift+arrow to move new big picture mode between displays 2023-01-19 07:43:01 -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 Updated copyright for 2023 2023-01-09 09:41:41 -08:00
hidapi Add type argument to non-dynamic LOAD_LIBUSB_SYMBOL macro 2023-01-13 19:31:18 +01:00
joystick Updated API for SDL_JoystickID sign change 2023-01-13 14:20:59 -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 Updated copyright for 2023 2023-01-09 09:41:41 -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 Handle DPI scaling in SDL_GetWindowSurface 2023-01-15 12:57:42 -08:00
sensor fix SDL_GetSensorInstanceID() return code upon failure. 2023-01-11 21:56:50 +03:00
stdlib Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free() 2023-01-09 18:01:59 -08:00
test SDL_test_harness: fix memory leak when generated seed 2023-01-16 10:41:43 +01:00
thread Updated copyright for 2023 2023-01-09 09:41:41 -08:00
timer Fixed building with Visual Studio 2010 2023-01-09 18:30:23 -08:00
video video: Don't resize moved, fullscreen windows when mode switching is being emulated 2023-01-19 15:07:29 -08:00
SDL.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_assert.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_assert_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dataqueue.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dataqueue.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_error.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_error_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_guid.c Updated copyright for 2023 2023-01-09 09:41:41 -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