Implement cursor-shape-v1 protocol

This protocol allows Wayland clients to request a buffer for a cursor
shape from a compositor.

Tested with foot.
This commit is contained in:
Consus 2023-12-02 17:56:32 +03:00 committed by Consolatis
parent 3118886097
commit 5d2f594626
3 changed files with 45 additions and 0 deletions

View file

@ -16,6 +16,7 @@ wayland_scanner_server = generator(
server_protocols = [
wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
wl_protocol_dir / 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml',
wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml',
wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml',
'wlr-layer-shell-unstable-v1.xml',
'wlr-input-inhibitor-unstable-v1.xml',