Rémi Bernon : win32u: Pass desired DPI to NtUserGet(Client|Window)Rect.
Module: wine Branch: master Commit: 64639c93c8cf03dc232b19365c1d0bc43969037c URL: https://gitlab.winehq.org/wine/wine/-/commit/64639c93c8cf03dc232b19365c1d0bc... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Mon Jun 3 11:14:04 2024 +0200 win32u: Pass desired DPI to NtUserGet(Client|Window)Rect. --- dlls/user32/win.c | 6 ++++-- dlls/win32u/dce.c | 2 +- dlls/win32u/defwnd.c | 6 +++--- dlls/win32u/input.c | 2 +- dlls/win32u/menu.c | 2 +- dlls/win32u/scroll.c | 6 +++--- dlls/win32u/win32u_private.h | 2 +- dlls/win32u/window.c | 23 ++++++++++++----------- dlls/wineandroid.drv/android.h | 1 + dlls/wineandroid.drv/init.c | 2 +- dlls/wineandroid.drv/window.c | 2 +- dlls/winemac.drv/window.c | 4 ++-- dlls/winevulkan/vulkan.c | 19 +++++++++++++++---- dlls/winex11.drv/event.c | 7 ++++--- dlls/winex11.drv/opengl.c | 2 +- dlls/winex11.drv/window.c | 5 ++--- dlls/winex11.drv/x11drv.h | 1 + dlls/wow64win/user.c | 16 ++++++++++++++++ include/ntuser.h | 20 ++++++++++++++------ 19 files changed, 84 insertions(+), 44 deletions(-)
participants (1)
-
Alexandre Julliard