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 create_source = 0 {
request create_source = 0 {
id: id(zwp_primary_selection_source_v1),
}
msg get_device = 1 {
request get_device = 1 {
id: id(zwp_primary_selection_device_v1),
seat: id(wl_seat),
}
msg destroy = 2 { }
request destroy = 2 { }