Merge pull request #759 from mahkoh/jorth/decoration-v2
xdg-decoration: implement version 2
This commit is contained in:
commit
f3bf74ee7e
2 changed files with 2 additions and 2 deletions
|
|
@ -211,7 +211,7 @@ Jay supports the following wayland protocols:
|
||||||
| zwp_tablet_manager_v2 | 2 | |
|
| zwp_tablet_manager_v2 | 2 | |
|
||||||
| zwp_text_input_manager_v3 | 1 | |
|
| zwp_text_input_manager_v3 | 1 | |
|
||||||
| zwp_virtual_keyboard_manager_v1 | 1 | Yes |
|
| zwp_virtual_keyboard_manager_v1 | 1 | Yes |
|
||||||
| zxdg_decoration_manager_v1 | 1 | |
|
| zxdg_decoration_manager_v1 | 2 | |
|
||||||
| zxdg_output_manager_v1 | 3 | |
|
| zxdg_output_manager_v1 | 3 | |
|
||||||
|
|
||||||
[^lsaccess]: Sandboxes can restrict access to this protocol.
|
[^lsaccess]: Sandboxes can restrict access to this protocol.
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ impl Global for ZxdgDecorationManagerV1Global {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn version(&self) -> u32 {
|
fn version(&self) -> u32 {
|
||||||
1
|
2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue