1
0
Fork 0
forked from wry/wry

wayland: implement xdg_toplevel.wm_capabilities

This commit is contained in:
Julian Orth 2022-06-01 23:32:56 +02:00
parent 6e244a08ab
commit 615d1953aa
4 changed files with 26 additions and 2 deletions

View file

@ -72,3 +72,7 @@ msg configure_bounds = 2 {
width: i32,
height: i32,
}
msg wm_capabilities = 3 {
capabilities: array(u32),
}