1
0
Fork 0
forked from wry/wry
wry/wire/wp_viewport.txt
Julian Orth 95327685c1 wayland: implement surface transformations
- buffer scale
- buffer transform
- viewporter
2022-05-28 18:18:29 +02:00

16 lines
183 B
Text

# requests
msg destroy = 0 {
}
msg set_source = 1 {
x: fixed,
y: fixed,
width: fixed,
height: fixed,
}
msg set_destination = 2 {
width: i32,
height: i32,
}