1
0
Fork 0
forked from wry/wry
wry/wire/zwp_primary_selection_device_v1.txt
2024-04-08 11:56:26 +02:00

18 lines
298 B
Text

# requests
request set_selection = 0 {
source: id(zwp_primary_selection_source_v1),
serial: u32,
}
request destroy = 1 { }
# events
event data_offer = 0 {
offer: id(zwp_primary_selection_offer_v1),
}
event selection = 1 {
id: id(zwp_primary_selection_offer_v1),
}