• Tim Clem's avatar
    winemac.drv: Support cooperative app activation in macOS 14 Sonoma. · fd67d678
    Tim Clem authored
    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.
    fd67d678
cocoa_app.h 6.6 KB