wine/dlls/winemac.drv
Tim Clem fd67d67850 winemac.drv: Support cooperative app activation in macOS 14 Sonoma.
Starting in Sonoma, apps can no longer force themselves to the
foreground with -activateIgnoringOtherApps:. winemac currently does
that in a few places - when an app creates its first window, and in
the implementation of APIs like SetFocus.

There's nothing we can do to work around the new behavior in the
general case. This patch makes Wine apps running in the same prefix
yield to one another, so that windows from multiple EXEs can at least
behave as intended.
2023-08-16 21:26:01 +02:00
..
.gitattributes
clipboard.c
cocoa_app.h winemac.drv: Support cooperative app activation in macOS 14 Sonoma. 2023-08-16 21:26:01 +02:00
cocoa_app.m winemac.drv: Support cooperative app activation in macOS 14 Sonoma. 2023-08-16 21:26:01 +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 winemac.drv: Support cooperative app activation in macOS 14 Sonoma. 2023-08-16 21:26:01 +02:00
display.c
dllmain.c
dragdrop.c
event.c
gdi.c
image.c
keyboard.c
macdrv.h
macdrv_cocoa.h
macdrv_dll.h
macdrv_main.c
macdrv_res.h
Makefile.in
mouse.c
opengl.c
surface.c
systray.c
unixlib.h
vulkan.c
window.c
winemac.drv.spec
winemac.rc