Co-authored-by: entailz <entail-wraps0r@icloud.com> Reviewed-on: wry/wry#1 Co-authored-by: entailz <entailzwrapped@proton.me> Co-committed-by: entailz <entailzwrapped@proton.me>
16 lines
163 B
Text
16 lines
163 B
Text
request destroy (destructor) {
|
|
}
|
|
|
|
event finished {
|
|
}
|
|
|
|
event done {
|
|
}
|
|
|
|
event geometry {
|
|
output: u32,
|
|
x: i32,
|
|
y: i32,
|
|
width: u32,
|
|
height: u32,
|
|
}
|