1
0
Fork 0
forked from wry/wry

wayland: implement wlr-data-control

This commit is contained in:
Julian Orth 2024-03-31 01:36:45 +01:00
parent 8bca8b0e86
commit 99be020c19
18 changed files with 985 additions and 33 deletions

View file

@ -0,0 +1,14 @@
# requests
msg create_data_source = 0 {
id: id(zwlr_data_control_source_v1),
}
msg get_data_device = 1 {
id: id(zwlr_data_control_device_v1),
seat: id(wl_seat),
}
msg destroy = 2 {
}