• 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
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...