sdl2_frt/src/video/cocoa
Ryan C. Gordon 8527c583f4 cocoa: Fix recreated windows that are both borderless and resizable.
These would accidentally get a titlebar because the "borderless" style mask
is zero but the resizable attribute adds a bit. I assume this happens because
you used to need window decoration to resize a window in macOS, but this
changed in later releases.

This only caused problems when recreating a window (you had an
SDL_WINDOW_OPENGL window and tried to create a Metal SDL_Renderer on it, etc).

Fixes #4324.
2021-04-27 01:36:23 -04:00
..
SDL_cocoaclipboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaclipboard.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaevents.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaevents.m Changes to macOS event handler to better interact with the running app 2021-04-12 11:25:44 -07:00
SDL_cocoakeyboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoakeyboard.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamessagebox.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamessagebox.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoametalview.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoametalview.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamodes.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamodes.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamouse.h cocoa: Remove mouse event tap. 2021-04-26 18:43:28 -04:00
SDL_cocoamouse.m cocoa: Remove mouse event tap. 2021-04-26 18:43:28 -04:00
SDL_cocoaopengl.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaopengl.m Use dispatch_async for -[NSOpenGLContext update]. Fixes #3680 2021-03-31 10:46:31 -04:00
SDL_cocoaopengles.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaopengles.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoashape.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoashape.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavideo.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavideo.m Add SDL_SetWindowAlwaysOnTop() 2021-04-20 08:45:28 -07:00
SDL_cocoavulkan.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavulkan.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoawindow.h Add SDL_SetWindowAlwaysOnTop() 2021-04-20 08:45:28 -07:00
SDL_cocoawindow.m cocoa: Fix recreated windows that are both borderless and resizable. 2021-04-27 01:36:23 -04:00