Alexandre Julliard pushed to branch master at wine / wine
Commits: ad8a3f5e by Zhiyi Zhang at 2025-08-15T07:15:15+02:00 winemac.drv: Use a window level higher than kCGDockWindowLevel for WS_EX_TOPMOST windows.
NSFloatingWindowLevel(3) is below kCGDockWindowLevel(20), so windows with WS_EX_TOPMOST show behind the macOS dock. WS_EX_TOPMOST should have a higher window level so that it's not behind the macOS dock. This is similar to WS_EX_TOPMOST windows on Windows should show on top of the taskbar.
- - - - -
1 changed file:
- dlls/winemac.drv/cocoa_app.m
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ad8a3f5eb2a13104447d81eeb0e77d8...