16 Aug
2024
16 Aug
'24
7:18 a.m.
From: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/win32u/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/win32u/window.c b/dlls/win32u/window.c index 73478438928..1762e2c8228 100644 --- a/dlls/win32u/window.c +++ b/dlls/win32u/window.c @@ -2303,9 +2303,9 @@ BOOL WINAPI NtUserUpdateLayeredWindow( HWND hwnd, HDC hdc_dst, const POINT *pts_ if (!(flags & ULW_COLORKEY)) key = CLR_INVALID; window_surface_set_layered( surface, key, -1, 0xff000000 ); - window_surface_flush( surface ); user_driver->pUpdateLayeredWindow( hwnd, flags ); + window_surface_flush( surface ); } done: -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6291