7 Sep
2023
7 Sep
'23
12:32 p.m.
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3686#note_44598