Module: wine Branch: master Commit: 81282091241e157a5b41951838a1f5c797400abd URL: https://gitlab.winehq.org/wine/wine/-/commit/81282091241e157a5b41951838a1f5c...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Jun 28 11:24:39 2024 +0200
win32u: Pass whether window is shaped to drivers WindowPosChanging.
---
dlls/win32u/driver.c | 2 +- dlls/win32u/window.c | 9 +++++++-- dlls/wineandroid.drv/android.h | 3 ++- dlls/wineandroid.drv/window.c | 9 +++++---- dlls/winemac.drv/macdrv.h | 3 ++- dlls/winemac.drv/window.c | 8 +++++--- dlls/winewayland.drv/waylanddrv.h | 3 ++- dlls/winewayland.drv/window.c | 9 +++++---- dlls/winex11.drv/window.c | 8 +++++++- dlls/winex11.drv/x11drv.h | 3 ++- include/wine/gdi_driver.h | 4 ++-- 11 files changed, 40 insertions(+), 21 deletions(-)