http://bugs.winehq.org/show_bug.cgi?id=57955 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Version|10.3 |5.5 CC| |alexhenrie24(a)gmail.com, | |rbernon(a)codeweavers.com Regression SHA1| |47f69a22484a5b0c1286cb0f430 | |976d97fa6d9a0 Component|-unknown |winex11.drv --- Comment #4 from Alex Henrie <alexhenrie24(a)gmail.com> --- I use the Cinnamon desktop and I am seeing what looks like the same bug with Ableton Live, but it's a much older regression. `git bisect` says: 47f69a22484a5b0c1286cb0f430976d97fa6d9a0 is the first bad commit commit 47f69a22484a5b0c1286cb0f430976d97fa6d9a0 Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Wed Mar 18 14:46:07 2020 +0100 winex11.drv: Remove frame when non-client area is empty. Several applications -Steam, Battle.net for instance- handle the WM_NCCALCSIZE message to override the non-client areas size and make the client area cover the whole window, instead of changing the styles. In winex11.drv, in decorated mode, we adjust the window rect according to the window style to hide the unwanted decorations behind the frame, but when client and window rects are equals, there's nothing to hide and the actual window styles are irrelevant and can safely be ignored. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40930 Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> You'll need `winetricks vcrun2019` if you want to test Ableton Live on such an old version of Wine. -- 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.