30 Aug
2023
30 Aug
'23
3:38 p.m.
Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/wayland_surface.c:
WINE_DEFAULT_DEBUG_CHANNEL(waylanddrv);
-/* Protects access to the user data of xdg_surface */ -static pthread_mutex_t xdg_data_mutex = PTHREAD_MUTEX_INITIALIZER; +/* Protects access to the wayland_surface user data of wayland objects */ +static pthread_mutex_t user_data_mutex = PTHREAD_MUTEX_INITIALIZER;
-static struct wayland_surface *wayland_surface_lock_xdg(struct xdg_surface *xdg_surface) +struct wayland_surface *wayland_surface_lock_proxy(struct wl_proxy *wl_proxy)
Please move the unrelated renames to a separate commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3686#note_43872