Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/wayland_pointer.c:
uint32_t serial, struct wl_surface *wl_surface, wl_fixed_t sx, wl_fixed_t sy)
{
- struct wayland_pointer *pointer = &process_wayland.pointer;
- HWND hwnd;
- if (!wl_surface) return;
Is it really allowed to have NULL surface?