1
0
Fork 0
forked from wry/wry

wire: split messages into requests and events

This commit is contained in:
Julian Orth 2024-04-08 11:56:26 +02:00
parent 2b35f30ed4
commit c473d63df3
98 changed files with 495 additions and 486 deletions

View file

@ -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 {
}