We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4809 - [Patch] Mac: SDL_WINDOW_ALWAYS_ON_TOP support
Summary: [Patch] Mac: SDL_WINDOW_ALWAYS_ON_TOP support
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.1
Hardware: x86_64 macOS 10.14
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords: target-2.0.12
Depends on:
Blocks:
 
Reported: 2019-09-27 15:26 UTC by Gabriel Formiga
Modified: 2019-10-15 04:59 UTC (History)
1 user (show)

See Also:


Attachments
Source modification (2.00 KB, patch)
2019-09-27 15:26 UTC, Gabriel Formiga
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Formiga 2019-09-27 15:26:15 UTC
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.
Comment 1 Ryan C. Gordon 2019-10-15 04:59:35 UTC
This patch is now https://hg.libsdl.org/SDL/rev/db75a1e3f740, thanks!

--ryan.