Module: wine Branch: master Commit: 00aec714ddbc125ad37f6e7b793b7c808cccd7b3 URL: https://gitlab.winehq.org/wine/wine/-/commit/00aec714ddbc125ad37f6e7b793b7c8...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue May 28 14:42:09 2024 +0200
win32u: Move the window surface mutex to the surface header.
---
dlls/win32u/dce.c | 23 +++++++++++------------ dlls/wineandroid.drv/window.c | 14 +++----------- dlls/winemac.drv/surface.c | 21 ++++----------------- dlls/winewayland.drv/window_surface.c | 12 +++--------- dlls/winex11.drv/bitblt.c | 14 +++----------- include/wine/gdi_driver.h | 9 +++++++++ 6 files changed, 33 insertions(+), 60 deletions(-)