30 Aug
2023
30 Aug
'23
3:38 p.m.
Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/waylanddrv.h:
struct xdg_wm_base *xdg_wm_base; struct wl_shm *wl_shm; struct wl_seat *wl_seat; + struct + { struct wl_pointer *wl_pointer; + struct wayland_surface *surface; + pthread_mutex_t mutex;
Do we really need to keep the current surface around? Could the hwnd be enough? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3686#note_43873