Alexandre Julliard pushed to branch master at wine / wine
Commits: fa5df903 by Rémi Bernon at 2024-10-25T17:33:44+02:00 win32u: Introduce a NTGDI_RGN_MONITOR_DPI flag for NtGdiGetRandomRgn.
- - - - - a1218b75 by Rémi Bernon at 2024-10-25T17:33:44+02:00 winex11: Compute absolute rect using the window data window rects.
- - - - - 08c147b7 by Rémi Bernon at 2024-10-25T17:33:44+02:00 winex11: Use the toplevel window drawable to create DCs.
We don't create drawables on child windows.
- - - - - 65de0c66 by Rémi Bernon at 2024-10-25T17:33:46+02:00 winex11: Remove now unused child_window_from_point helper.
- - - - - 10c6f0e7 by Rémi Bernon at 2024-10-25T17:33:46+02:00 win32u: Compute the owner window hint on behalf of the drivers.
To avoid having to map DPI for NtUserWindowFromPoint.
- - - - -
15 changed files:
- dlls/win32u/clipping.c - dlls/win32u/driver.c - dlls/win32u/window.c - dlls/wineandroid.drv/android.h - dlls/wineandroid.drv/window.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/window.c - dlls/winewayland.drv/waylanddrv.h - dlls/winewayland.drv/window.c - dlls/winex11.drv/event.c - dlls/winex11.drv/init.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h - include/ntgdi.h - include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/05e10068df0d933088ada6d97487e5...