# requests

request destroy {
}

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

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