# requests

request destroy = 0 {
}

request set_source = 1 {
    x: fixed,
    y: fixed,
    width: fixed,
    height: fixed,
}

request set_destination = 2 {
    width: i32,
    height: i32,
}
