17 Jun
2024
17 Jun
'24
10:14 a.m.
v4: Fix broken mouse input when process is per-monitor DPI aware. It was caused by inconsistency between win32u (which is using system DPI for per-monitor window DPI), and wineserver which is using the default DPI. Passing the per-monitor window DPI to wineserver when they are moved fixes it, although we still use the system DPI value for now. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5819#note_73401