| Summary: | [Patch] Mac: SDL_WINDOW_ALWAYS_ON_TOP support | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Gabriel Formiga <gabriel.formiga> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.1 | Keywords: | target-2.0.12 |
| Hardware: | x86_64 | ||
| OS: | macOS 10.14 | ||
| Attachments: | Source modification | ||
This patch is now https://hg.libsdl.org/SDL/rev/db75a1e3f740, thanks! --ryan. |
Created attachment 3974 [details] Source modification This patch makes SDL_WINDOW_ALWAYS_ON_TOP flag work for macOS (cocoawindow). Have been using it for some months without any problems. Let me know if there's something I may improve. Thanks.