1
0
Fork 0
forked from wry/wry

wayland: implement wl_surface v6

This commit is contained in:
Julian Orth 2024-02-06 10:36:55 +01:00
parent 0bd61bc242
commit bf1bb58c5b
3 changed files with 23 additions and 6 deletions

View file

@ -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,
}