1
0
Fork 0
forked from wry/wry

wayland: add capabilities to jay_compositor

This commit is contained in:
Julian Orth 2024-04-19 11:37:48 +02:00
parent c6b189b07d
commit f0600917ff
4 changed files with 43 additions and 0 deletions

View file

@ -88,3 +88,7 @@ event seat {
id: u32,
name: str,
}
event capabilities {
cap: array(pod(u16)),
}