wayland: implement wl_surface v6
This commit is contained in:
parent
0bd61bc242
commit
bf1bb58c5b
3 changed files with 23 additions and 6 deletions
|
|
@ -60,3 +60,11 @@ msg enter = 0 {
|
|||
msg leave = 1 {
|
||||
output: id(wl_output),
|
||||
}
|
||||
|
||||
msg preferred_buffer_scale = 2 {
|
||||
factor: i32,
|
||||
}
|
||||
|
||||
msg preferred_buffer_transform = 3 {
|
||||
transform: u32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue