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:
pointer_handle_axis_discrete };
+/********************************************************************** + * wayland_motion_delta_to_window + * + * Converts the surface-local delta to window (logical) coordinate delta. + */ +static void wayland_motion_delta_to_window(struct wayland_surface *surface, + double surface_x, double surface_y, + double *window_x, double *window_y)
Nit: Align with parameters above -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7806#note_101262
246
Age (days ago)
246
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandros Frantzis (@afrantzis)