Re: [PATCH v4 0/1] MR7806: winewayland: Implement relative motion accumulator
17 Apr
2025
17 Apr
'25
12:35 p.m.
Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/wayland_pointer.c:
{ INPUT input = {0}; HWND hwnd; - POINT screen; + struct wayland_point screen = {0.0}, *d_accum = private; struct wayland_win_data *data;
if (!(hwnd = wayland_pointer_get_focused_hwnd())) return; if (!(data = wayland_win_data_get(hwnd))) return; + if (!private) return;
- wayland_surface_coords_to_window(data->wayland_surface, + wayland_motion_delta_to_window(data->wayland_surface, wl_fixed_to_double(dx), Nit: realign to arguments above
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7806#note_101264
323
Age (days ago)
323
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandros Frantzis (@afrantzis)