wine/dlls/winemac.drv
Zhiyi Zhang ad8a3f5eb2 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.
2025-08-15 07:15:15 +02:00
..
.gitattributes
clipboard.c
cocoa_app.h
cocoa_app.m winemac.drv: Use a window level higher than kCGDockWindowLevel for WS_EX_TOPMOST windows. 2025-08-15 07:15:15 +02:00
cocoa_clipboard.m
cocoa_cursorclipping.h
cocoa_cursorclipping.m
cocoa_display.m
cocoa_event.h
cocoa_event.m
cocoa_main.m
cocoa_opengl.h
cocoa_opengl.m
cocoa_status_item.m
cocoa_window.h
cocoa_window.m
display.c
dllmain.c
event.c
gdi.c
image.c
keyboard.c
macdrv.h winemac: Get rid of now unnecessary child cocoa views. 2025-08-05 16:28:29 +09:00
macdrv_cocoa.h
macdrv_dll.h
macdrv_main.c
macdrv_res.h
Makefile.in
mouse.c
opengl.c winemac: Sync current context when drawable was updated. 2025-08-05 16:28:29 +09:00
surface.c
systray.c
unixlib.h
vulkan.c
window.c winemac: Get rid of now unnecessary child cocoa views. 2025-08-05 16:28:29 +09:00
winemac.rc