Register pointer_constraints interface on server display

This commit is contained in:
Chad Hyatt 2025-11-08 14:49:08 -06:00
parent f9626f7951
commit 6fcf1ce9d9
No known key found for this signature in database
GPG key ID: F174424994F4B90C
2 changed files with 9 additions and 0 deletions

View file

@ -51,6 +51,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'],
]
server_protos_headers = []