wire: split messages into requests and events
This commit is contained in:
parent
2b35f30ed4
commit
c473d63df3
98 changed files with 495 additions and 486 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# requests
|
||||
|
||||
msg capture_output = 0 {
|
||||
request capture_output = 0 {
|
||||
frame: id(zwlr_screencopy_frame_v1),
|
||||
overlay_cursor: i32,
|
||||
output: id(wl_output),
|
||||
}
|
||||
|
||||
msg capture_output_region = 1 {
|
||||
request capture_output_region = 1 {
|
||||
frame: id(zwlr_screencopy_frame_v1),
|
||||
overlay_cursor: i32,
|
||||
output: id(wl_output),
|
||||
|
|
@ -16,5 +16,5 @@ msg capture_output_region = 1 {
|
|||
height: i32,
|
||||
}
|
||||
|
||||
msg destroy = 2 {
|
||||
request destroy = 2 {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue