Module: wine Branch: master Commit: 8d587a47ebcd96ba2aacf44f2ca28ab304f5baee URL: https://gitlab.winehq.org/wine/wine/-/commit/8d587a47ebcd96ba2aacf44f2ca28ab...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed May 29 14:51:24 2024 +0200
win32u: Use a helper to set the window surface clipping, within the lock.
---
dlls/win32u/dce.c | 42 +++++++++++++++++++++++--- dlls/win32u/window.c | 4 +-- dlls/wineandroid.drv/window.c | 52 ++++++++------------------------- dlls/winemac.drv/surface.c | 26 ++--------------- dlls/winewayland.drv/window_surface.c | 8 ++--- dlls/winex11.drv/bitblt.c | 55 ++++++++++++++++++----------------- include/wine/gdi_driver.h | 4 ++- 7 files changed, 91 insertions(+), 100 deletions(-)