1
0
Fork 0
forked from wry/wry
wry/wire/wl_region.txt
2025-12-18 21:12:36 +01:00

16 lines
186 B
Text

request destroy (destructor) {
}
request add {
x: i32,
y: i32,
width: i32,
height: i32,
}
request subtract {
x: i32,
y: i32,
width: i32,
height: i32,
}