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

@ -80,7 +80,7 @@ impl Global for WlCompositorGlobal {
}
fn version(&self) -> u32 {
5
6
}
}