1
0
Fork 0
forked from wry/wry
wry/wire/wl_region.txt
2022-02-06 03:46:03 +01:00

19 lines
186 B
Text

# requests
msg destroy = 0 {
}
msg add = 1 {
x: i32,
y: i32,
width: i32,
height: i32,
}
msg subtract = 2 {
x: i32,
y: i32,
width: i32,
height: i32,
}