1
0
Fork 0
forked from wry/wry
wry/wire/zwlr_data_control_device_v1.txt
2024-03-31 20:36:15 +02:00

30 lines
415 B
Text

# requests
msg set_selection = 0 {
source: id(zwlr_data_control_source_v1),
}
msg destroy = 1 {
}
msg set_primary_selection = 2 {
source: id(zwlr_data_control_source_v1),
}
# events
msg data_offer = 0 {
id: id(zwlr_data_control_offer_v1),
}
msg selection = 1 {
id: id(zwlr_data_control_offer_v1),
}
msg finished = 2 {
}
msg primary_selection = 3 {
id: id(zwlr_data_control_offer_v1),
}