Skip to content

Use Xcursor for cursor theme loading

Roman Gilg requested to merge romangg/kwinft:cursor into master

Instead of using an internal Wayland connection incorporate some Xcursor code to do it ourselves. This is similar to how other compositors do it.

This simplifies our Wayland server code as this was the last part making use of our internal Wayland connection and we can now remove it completely.

Merge request reports