Alexandre Julliard : user32: Store the window DPI in the server.
Module: wine Branch: master Commit: f7b5b8975c20440c677fee63ab47e26c9d33ad9a URL: https://source.winehq.org/git/wine.git/?a=commit;h=f7b5b8975c20440c677fee63a... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 17 13:56:26 2018 +0200 user32: Store the window DPI in the server. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/user32/sysparams.c | 31 +++++++++-------------------- dlls/user32/tests/sysparams.c | 25 ++++++++++++++++++++++++ dlls/user32/win.c | 38 ++++++++++++++++++++++++++++++++++++ dlls/user32/win.h | 2 ++ include/wine/server_protocol.h | 10 +++++----- server/protocol.def | 4 ++++ server/request.h | 12 ++++++++---- server/trace.c | 4 ++++ server/window.c | 44 ++++++++++++++++++++++++++++++++---------- 9 files changed, 129 insertions(+), 41 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f7b5b8975c20440c677fe...
participants (1)
-
Alexandre Julliard