12 Sep
2025
12 Sep
'25
4:39 p.m.
From: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/win32u/window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/win32u/window.c b/dlls/win32u/window.c index 49fe9060a19..40cf0c8935c 100644 --- a/dlls/win32u/window.c +++ b/dlls/win32u/window.c @@ -2291,7 +2291,6 @@ static BOOL expose_window_surface( HWND hwnd, UINT flags, const RECT *rect, UINT add_bounds_rect( &surface->bounds, &exposed_rect ); } window_surface_unlock( surface ); - if (surface->alpha_mask) window_surface_flush( surface ); window_surface_release( surface ); return TRUE; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8965