24 lines
240 B
Text
24 lines
240 B
Text
# requests
|
|
|
|
request create_configuration {
|
|
id: id(zwlr_output_configuration_v1),
|
|
serial: u32,
|
|
}
|
|
|
|
request stop {
|
|
|
|
}
|
|
|
|
# events
|
|
|
|
event head {
|
|
head: id(zwlr_output_head_v1)
|
|
}
|
|
|
|
event done {
|
|
serial: u32
|
|
}
|
|
|
|
event finished {
|
|
|
|
}
|