1
0
Fork 0
forked from wry/wry
wry/wire/zwp_primary_selection_device_v1.txt
2022-02-06 16:33:54 +01:00

18 lines
286 B
Text

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