lirios / aurora-compositor

Framework to write Wayland compositors with Qt
10 stars 1 forks source link

eglfs: Wayland cursor theme support #34

Open plfiorini opened 1 year ago

plfiorini commented 1 year ago

Reimplement cursor theme support completely using the Wayland client library. eglfs will connect to the Wayland compositor and use the cursor API as a client, then the QML code of the compositor will be able to set the cursor just like any other application and use the same theme as client applications do.