wayland: implement xdg_toplevel.wm_capabilities
This commit is contained in:
parent
6e244a08ab
commit
615d1953aa
4 changed files with 26 additions and 2 deletions
|
|
@ -72,3 +72,7 @@ msg configure_bounds = 2 {
|
|||
width: i32,
|
||||
height: i32,
|
||||
}
|
||||
|
||||
msg wm_capabilities = 3 {
|
||||
capabilities: array(u32),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue