Module: wine Branch: master Commit: c9a17eb503899bd6f4280004a50f59226ed2d893 URL: https://gitlab.winehq.org/wine/wine/-/commit/c9a17eb503899bd6f4280004a50f592...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Jul 18 13:19:43 2023 +0200
win32u: Use user message packing for WM_NCCALCSIZE.
---
dlls/user32/winproc.c | 30 +++++------------- dlls/win32u/hook.c | 8 ++--- dlls/win32u/message.c | 74 ++++++++++++++++++++++++++++++++++---------- dlls/win32u/tests/win32u.c | 29 +++++++++++++---- dlls/win32u/win32u_private.h | 6 ++-- dlls/wow64win/user.c | 48 +++++++++++++++++++++++----- 6 files changed, 136 insertions(+), 59 deletions(-)