https://bugs.winehq.org/show_bug.cgi?id=32083
--- Comment #29 from Maciej Stanczew maciej.stanczew+b@gmail.com --- FWIW, commit which fixed this issue:
a22dd45a79b80e1496820c7c7b81d9185755ff82 is the first new commit commit a22dd45a79b80e1496820c7c7b81d9185755ff82 Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Wed Dec 22 20:17:03 2021 +0200
winex11.drv: Map the window in UpdateLayeredWindow.
Fixes a regression introduced by 8892b79118fde5f2307ecbbdb03a8d0c489c8b3d, because set_window_pos is called before UpdateLayeredWindow, which calls the driver's WindowPosChanged earlier.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51984 Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/winex11.drv/window.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
I'll also note that I'm testing this on Wayland. It would be good if someone running plain X could confirm that the issue is also fixed there.