[Bug 32083] Diablo III: Missing logo on startup

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jan 5 14:35:42 CST 2022


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

--- Comment #29 from Maciej Stanczew <maciej.stanczew+b at gmail.com> ---
FWIW, commit which fixed this issue:

a22dd45a79b80e1496820c7c7b81d9185755ff82 is the first new commit
commit a22dd45a79b80e1496820c7c7b81d9185755ff82
Author: Gabriel Ivăncescu <gabrielopcode at 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 at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at 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.

-- 
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