libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
10.14k stars 1.85k forks source link

cocoa: Don't sync on a pending fullscreen event if the window is mini… #11506

Closed Kontrabant closed 2 days ago

Kontrabant commented 2 days ago

…aturized

The fullscreen event will be processed after deminiaturization is complete. Fixes a delay when restoring a miniaturized window that will return to fullscreen.

Fixes #11505