wayland: implement xdg-dialog-v1
This commit is contained in:
parent
4a236b7833
commit
5dff6c38fd
9 changed files with 210 additions and 1 deletions
11
wire/xdg_dialog_v1.txt
Normal file
11
wire/xdg_dialog_v1.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
request set_modal {
|
||||
|
||||
}
|
||||
|
||||
request unset_modal {
|
||||
|
||||
}
|
||||
8
wire/xdg_wm_dialog_v1.txt
Normal file
8
wire/xdg_wm_dialog_v1.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
request get_xdg_dialog {
|
||||
id: id(xdg_dialog_v1),
|
||||
toplevel: id(xdg_toplevel),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue