1
0
Fork 0
forked from wry/wry

wayland: implement xdg-dialog-v1

This commit is contained in:
Julian Orth 2024-04-24 13:51:13 +02:00
parent 4a236b7833
commit 5dff6c38fd
9 changed files with 210 additions and 1 deletions

11
wire/xdg_dialog_v1.txt Normal file
View file

@ -0,0 +1,11 @@
request destroy {
}
request set_modal {
}
request unset_modal {
}

View file

@ -0,0 +1,8 @@
request destroy {
}
request get_xdg_dialog {
id: id(xdg_dialog_v1),
toplevel: id(xdg_toplevel),
}