Module: wine Branch: master Commit: a3b22d3bf7fc8202ae74487f454dc1f9dd901262 URL: https://gitlab.winehq.org/wine/wine/-/commit/a3b22d3bf7fc8202ae74487f454dc1f...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu May 23 23:23:22 2024 +0200
win32u: Only keep DPI awareness context with window objects.
---
dlls/win32u/ntuser_private.h | 3 +- dlls/win32u/sysparams.c | 10 ------ dlls/win32u/win32u_private.h | 1 - dlls/win32u/window.c | 32 ++++++++---------- include/ntuser.h | 2 ++ include/wine/server_protocol.h | 18 +++++----- server/protocol.def | 12 +++---- server/request.h | 16 ++++----- server/trace.c | 12 +++---- server/window.c | 77 ++++++++++++++++++++---------------------- 10 files changed, 76 insertions(+), 107 deletions(-)