Skip to content

Avoid creating unneeded KWayland::Surface

Nicolas Fella requested to merge work/nosurface into master

We obtain a wl_surface from Qt, create a KWayland::Surface from that only to then obtain the raw wl_surface from it

Skip the intermediate step

Merge request reports