wayland: implement jay-tray-v1
This commit is contained in:
parent
18bddbc987
commit
8c3cd97ae3
28 changed files with 979 additions and 43 deletions
|
|
@ -64,7 +64,7 @@ impl Global for RemovedWpDrmLeaseDeviceV1Global {
|
|||
}
|
||||
|
||||
impl RemovableWaylandGlobal for WpDrmLeaseDeviceV1Global {
|
||||
fn create_replacement(&self) -> Rc<dyn Global> {
|
||||
fn create_replacement(self: Rc<Self>) -> Rc<dyn Global> {
|
||||
Rc::new(RemovedWpDrmLeaseDeviceV1Global {
|
||||
name: self.name,
|
||||
bindings: Default::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue