https://bugs.winehq.org/show_bug.cgi?id=57285
--- Comment #6 from AndyF andreas.franz@arcor.de --- b68e82e8e51a066bdcbd66ab8b3e7da003b55a65 is the first bad commit commit b68e82e8e51a066bdcbd66ab8b3e7da003b55a65 Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Jul 17 10:51:20 2024 +0200
winex11: Reset empty window shape even without a window surface.
And invalidate the window surface shape if any, so that it gets updated again in update_surface_region if the window is actually shaped.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56972
dlls/winex11.drv/bitblt.c | 3 --- dlls/winex11.drv/window.c | 32 ++++++++++++++++++++------------ 2 files changed, 20 insertions(+), 15 deletions(-)