On Tue May 2 13:05:05 2023 +0000, Rémi Bernon wrote:
Fwiw you don't need to sign-off your patches anymore. I'm also not sure why `process_wayland` is dynamically allocated? If it's going to be the only `struct wayland` instance, maybe having it static would make a few things simpler, like for instance its mutex initialization.
Removed sign-offs from patches.
I changed process_wayland to be statically allocated in a new (now first) commit in the series. I also took this opportunity to merge into `struct wayland` other Wayland-relevant global variables (`process_wl_display` and `process_wayland_initialized`).
Thanks!