Alexandre Julliard pushed to branch master at wine / wine
Commits:
52c0090c by Rémi Bernon at 2025-10-20T20:49:35+02:00
win32u: Use floats for map_monitor_rect computation.
Avoiding rounding errors caused by dpi_from and dpi * 2 denominators.
It's possible to tweak the operations to move the division up to the
end but it increases the risk of overflows. Let's just use floats for
this.
Based on a patch from Conor McCarthy.
- - - - -
1 changed file:
- dlls/win32u/sysparams.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/52c0090c81f66e1f67d3a391f309e5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/52c0090c81f66e1f67d3a391f309e5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0fee0f17 by Alexandros Frantzis at 2025-10-20T20:49:09+02:00
winewayland: Pass through mouse events for transparent, layered windows.
Set an empty Wayland input region for windows that is marked as both
WS_EX_TRANSPARENT and WS_EX_LAYERED in order to match the Windows
behavior.
Setting an empty input region prevents the compositor from giving the
pointer focus to the corresponding surface in the first place, and
improves consistency between the Win32 mouse and Wayland pointer focus
states.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58650
- - - - -
1 changed file:
- dlls/winewayland.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0fee0f174f153a9b255e1cd21b4d11…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0fee0f174f153a9b255e1cd21b4d11…
You're receiving this email because of your account on gitlab.winehq.org.