Skip to content

wayland: Move relative pointer extension instantiation to WaylandServer

Vlad Zahorodnii requested to merge work/zzag/relative-pointer-factory into master

Whether relative pointers are supported doesn't depend on the input backend. This change moves the instantiation of the extension to the WaylandServer class to make code more consistent.

Merge request reports