Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/wayland_surface.c:
goto err; }
- if (process_wayland.wp_viewporter)
- {
Not asking to do that now, as it's the same for every of the other interfaces, but could we make these interfaces mandatory and get rid of the ifs everywhere? It makes no sense to start a process without wl_subcompositor or wl_viewporter as they are pretty much required for the code to behave correctly.