SDL/src
Sam Lantinga 787a15f760 Fix Mac child windows that are created hidden showing if their parent window is shown
- Child windows are added and removed dynamically from the window hierarchy when they're shown/hidden. Adding a hidden child window to a visible
  parent is fine, but adding a hidden child window to a hidden parent will cause the child to show when the parent window is shown as it's still a part of
  the window hierarchy.

- For some reason, not adding the child window to the parent entirely causes the child to not focus correctly the first time it's shown. Adding then immediately
  calling orderOut to remove the child window from the hierarchy does work correctly so we do this to work around the weird issue.
2024-01-04 12:44:57 -08:00
..
atomic Updated copyright for 2024 2024-01-01 13:15:26 -08:00
audio Updated copyright for 2024 2024-01-01 13:15:26 -08:00
core Updated copyright for 2024 2024-01-01 13:15:26 -08:00
cpuinfo Updated copyright for 2024 2024-01-01 13:15:26 -08:00
dynapi Updated copyright for 2024 2024-01-01 13:15:26 -08:00
events Fixed warning: missing field 'window' initializer [-Wmissing-field-initializers] 2024-01-01 14:55:42 -08:00
file Updated copyright for 2024 2024-01-01 13:15:26 -08:00
filesystem Updated copyright for 2024 2024-01-01 13:15:26 -08:00
haptic Updated copyright for 2024 2024-01-01 13:15:26 -08:00
hidapi Updated copyright for 2024 2024-01-01 13:15:26 -08:00
joystick Ignore a new warning in Visual Studio 2022 2024-01-04 12:44:48 -08:00
libm Updated copyright for 2024 2024-01-01 13:15:26 -08:00
loadso Updated copyright for 2024 2024-01-01 13:15:26 -08:00
locale Updated copyright for 2024 2024-01-01 13:15:26 -08:00
main Updated copyright for 2024 2024-01-01 13:15:26 -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 Updated copyright for 2024 2024-01-01 13:15:26 -08:00
sensor Updated copyright for 2024 2024-01-01 13:15:26 -08:00
stdlib Rename SDL_mslibc_x64.asm -> SDL_mslibc_x64.masm 2024-01-04 17:46:07 +01:00
test Updated copyright for 2024 2024-01-01 13:15:26 -08:00
thread Updated copyright for 2024 2024-01-01 13:15:26 -08:00
timer Updated copyright for 2024 2024-01-01 13:15:26 -08:00
video Fix Mac child windows that are created hidden showing if their parent window is shown 2024-01-04 12:44:57 -08:00
SDL.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_assert.c Updated copyright for 2024 2024-01-01 13:15:26 -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 Updated copyright for 2024 2024-01-01 13:15:26 -08: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