SDL/src
Ethan Lee e1b4761c62 wayland: Avoid calling SetFullscreen in libdecor ShowWindow.
This caused some weird stuff to happen in the libdecor path, probably because
the window hasn't actually been mapped yet. It ends up calling stuff that
should not yet apply, and so fullscreen in particular would have a really
messed up titlebar.

The good news is, libdecor is good about tracking fullscreen state, so we can
let the callback do this for us. Keep this for xdg_shell because we actually
map the window ourselves, so we know this call is valid for that path.
2022-01-20 14:10:58 -05:00
..
atomic Updated copyright for 2022 2022-01-03 09:40:21 -08:00
audio audio: pipewire: Use client config files instead of module names 2022-01-19 14:20:19 -05:00
core Updated copyright for 2022 2022-01-03 09:40:21 -08:00
cpuinfo Updated copyright for 2022 2022-01-03 09:40:21 -08:00
dynapi Updated copyright for 2022 2022-01-03 09:40:21 -08:00
events Mark internal function as static 2022-01-10 10:50:59 -08:00
file SDL_rwops.c: simplify foo <= 0 checks to !foo with unsigned types. 2022-01-04 11:40:04 +03:00
filesystem psp/SDL_sysfilesystem.c: fixed a minor compiler warning. 2022-01-08 11:55:10 +03:00
haptic Updated copyright for 2022 2022-01-03 09:40:21 -08:00
hidapi hidapi, libusb: don't use iconv on OS/2, it lacks wchar_t functionality. 2022-01-14 14:39:04 +03:00
joystick Entirely remove Xbox axis filtering, we don't want this at all. 2022-01-16 09:44:28 -08:00
libm Updated copyright for 2022 2022-01-03 09:40:21 -08:00
loadso Updated copyright for 2022 2022-01-03 09:40:21 -08:00
locale Updated copyright for 2022 2022-01-03 09:40:21 -08:00
main Updated to version 2.0.21 for development 2022-01-17 15:32:27 -08:00
misc Updated copyright for 2022 2022-01-03 09:40:21 -08:00
power Updated copyright for 2022 2022-01-03 09:40:21 -08:00
render opengles2: fix comment about client-side arrays. 2022-01-19 14:28:30 -05:00
sensor Updated copyright for 2022 2022-01-03 09:40:21 -08:00
stdlib SDL_string.c: tidy-up gcc2 va_copy defines after previous haiku commit. 2022-01-12 20:37:32 +03:00
test Updated copyright for 2022 2022-01-03 09:40:21 -08:00
thread pthread: disable SetThreadPriority for OS/2 too 2022-01-11 11:33:02 +03:00
timer Updated copyright for 2022 2022-01-03 09:40:21 -08:00
video wayland: Avoid calling SetFullscreen in libdecor ShowWindow. 2022-01-20 14:10:58 -05:00
SDL.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_assert.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_assert_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_dataqueue.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_dataqueue.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_error.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_error_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hints.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hints_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_internal.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_log.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00