[Git][wine/wine][master] 5 commits: winex11: Use NtUserGetDpiForWindow when only checking for empty rect.
Alexandre Julliard pushed to branch master at wine / wine Commits: 2d2b16a8 by Rémi Bernon at 2024-09-25T21:19:18+02:00 winex11: Use NtUserGetDpiForWindow when only checking for empty rect. - - - - - a44169bc by Rémi Bernon at 2024-09-25T21:19:18+02:00 win32u: Keep per display source monitor DPI values. - - - - - 7a2df9a6 by Rémi Bernon at 2024-09-25T21:19:19+02:00 win32u: Introduce a new NtUserGetWinMonitorDpi call for drivers. - - - - - 75ffc97c by Rémi Bernon at 2024-09-25T21:19:19+02:00 win32u: Only reuse scaling target surface if it matches the monitor rect. - - - - - 2b32c285 by Rémi Bernon at 2024-09-25T21:19:19+02:00 win32u: Update the window state when display settings changes. - - - - - 22 changed files: - dlls/win32u/dce.c - dlls/win32u/defwnd.c - dlls/win32u/sysparams.c - dlls/win32u/window.c - dlls/wineandroid.drv/android.h - dlls/wineandroid.drv/init.c - dlls/wineandroid.drv/window.c - dlls/winemac.drv/display.c - dlls/winemac.drv/window.c - dlls/winewayland.drv/display.c - dlls/winewayland.drv/wayland_surface.c - dlls/winewayland.drv/waylanddrv.h - dlls/winewayland.drv/window.c - dlls/winex11.drv/display.c - dlls/winex11.drv/event.c - dlls/winex11.drv/init.c - dlls/winex11.drv/opengl.c - dlls/winex11.drv/vulkan.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h - include/ntuser.h - include/wine/gdi_driver.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/73d32ba78d8ab3f12ee942841efedc... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/73d32ba78d8ab3f12ee942841efedc... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)