Module: wine Branch: master Commit: d2ad7c937429ab010acb8d0f9d8cd6fbe78d1b38 URL: https://gitlab.winehq.org/wine/wine/-/commit/d2ad7c937429ab010acb8d0f9d8cd6f...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed May 29 14:39:25 2024 +0200
win32u: Initialize window surfaces with a hwnd.
---
dlls/win32u/dce.c | 21 ++++++++++++++------- dlls/win32u/win32u_private.h | 2 +- dlls/win32u/window.c | 2 +- dlls/wineandroid.drv/window.c | 12 +++++------- dlls/winemac.drv/macdrv.h | 2 +- dlls/winemac.drv/surface.c | 4 ++-- dlls/winemac.drv/window.c | 4 ++-- dlls/winewayland.drv/window_surface.c | 7 ++----- dlls/winex11.drv/bitblt.c | 4 ++-- dlls/winex11.drv/window.c | 4 ++-- dlls/winex11.drv/x11drv.h | 2 +- include/wine/gdi_driver.h | 3 ++- 12 files changed, 35 insertions(+), 32 deletions(-)