Module: wine Branch: master Commit: bcb33fd859286465530439001194c66f2b79a564 URL: https://gitlab.winehq.org/wine/wine/-/commit/bcb33fd859286465530439001194c66...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu May 23 17:08:40 2024 +0200
win32u: Use NtUserCallOnParam for SetThreadDpiAwarenessContext.
And an internal function call when possible.
---
dlls/win32u/dce.c | 16 ++++++++-------- dlls/win32u/message.c | 6 +++--- dlls/win32u/sysparams.c | 10 +++++----- dlls/win32u/win32u_private.h | 1 + dlls/win32u/window.c | 28 ++++++++++++++-------------- dlls/wineandroid.drv/window.c | 4 ++-- include/ntuser.h | 6 ++++++ 7 files changed, 39 insertions(+), 32 deletions(-)