xdg-popup: implement jay-popup-ext-v1
This commit is contained in:
parent
15e6ab2b8a
commit
1d3dfa8b3a
12 changed files with 473 additions and 8 deletions
7
wire/jay_popup_ext_manager_v1.txt
Normal file
7
wire/jay_popup_ext_manager_v1.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
request destroy (destructor) {
|
||||
}
|
||||
|
||||
request get_ext {
|
||||
id: id(jay_popup_ext_v1) (new),
|
||||
popup: id(xdg_popup),
|
||||
}
|
||||
13
wire/jay_popup_ext_v1.txt
Normal file
13
wire/jay_popup_ext_v1.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
request destroy (destructor) {
|
||||
}
|
||||
|
||||
request move {
|
||||
seat: id(wl_seat),
|
||||
serial: u32,
|
||||
}
|
||||
|
||||
request resize {
|
||||
seat: id(wl_seat),
|
||||
serial: u32,
|
||||
edges: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue