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