Alexandre Julliard pushed to branch master at wine / wine
Commits: 6bc91cb2 by Rémi Bernon at 2024-10-02T22:37:59+02:00 win32u: Pass a MONITOR_DPI_TYPE param to monitor_get_dpi.
- - - - - 349afa18 by Rémi Bernon at 2024-10-02T22:37:59+02:00 win32u: Pass a MONITOR_DPI_TYPE param to monitor_get_rect.
- - - - - 2a84879e by Rémi Bernon at 2024-10-02T22:37:59+02:00 win32u: Pass a MONITOR_DPI_TYPE param to NtUserGetVirtualScreenRect.
- - - - - 5d1c4f16 by Rémi Bernon at 2024-10-02T22:37:59+02:00 win32u: Pass a MONITOR_DPI_TYPE param to get_monitor_from_rect.
- - - - - 69c35dd9 by Rémi Bernon at 2024-10-02T22:37:59+02:00 win32u: Use the parent window monitor DPI for child windows.
- - - - - e46a1483 by Rémi Bernon at 2024-10-02T22:37:59+02:00 win32u: Pass a MONITOR_DPI_TYPE param to NtUserGetWinMonitorDpi.
- - - - -
20 changed files:
- dlls/win32u/defwnd.c - dlls/win32u/driver.c - dlls/win32u/input.c - dlls/win32u/sysparams.c - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/wineandroid.drv/init.c - dlls/wineandroid.drv/window.c - dlls/winemac.drv/window.c - dlls/winewayland.drv/wayland_surface.c - dlls/winewayland.drv/window.c - dlls/winex11.drv/display.c - dlls/winex11.drv/event.c - dlls/winex11.drv/init.c - dlls/winex11.drv/mouse.c - dlls/winex11.drv/opengl.c - dlls/winex11.drv/vulkan.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h - include/ntuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/131e4fb49dbbd1064c39eefb57c737...