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.