[Bug 43691] focus tracking broken with desktop switches

WineHQ Bugzilla wine-bugs at winehq.org
Fri Oct 16 10:13:35 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=43691

Gabriel Ivăncescu <gabrielopcode at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gabrielopcode at gmail.com

--- Comment #10 from Gabriel Ivăncescu <gabrielopcode at gmail.com> ---
I don't think this is related to bug 15346 (or patch 194655, which is due to
X11 difference wrt to fullscreen state compared to Windows), but it does seem
to be an interesting case Wine still doesn't handle.

I believe I mentioned previously on the mailing list, but this should probably
be implemented via DWMWA_CLOAKED instead of disabling/enabling the window. It
should probably be a flag in user32's window. But the main dilemma I have is
how to get/set it from another module (dwmapi probably)? I know Alexandre is
heavily against extra wine-specific exports unless absolutely necessary, in
this case, one from user32 would suffice.

Anyway, do you have a quick testcase to test this behavior? It can be a simple
selfmade app or anything just to show whether it works and why it doesn't work
correctly currently.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list