https://bugs.winehq.org/show_bug.cgi?id=43691
Gabriel Ivăncescu gabrielopcode@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gabrielopcode@gmail.com
--- Comment #10 from Gabriel Ivăncescu gabrielopcode@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.