wl_fixes: implement v2
This commit is contained in:
parent
4955c8d248
commit
218e50c74a
3 changed files with 11 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ simple_add_global!(WlFixesGlobal);
|
|||
|
||||
impl Global for WlFixesGlobal {
|
||||
fn version(&self) -> u32 {
|
||||
1
|
||||
2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -67,6 +67,10 @@ impl WlFixesRequestHandler for WlFixes {
|
|||
self.client.remove_obj(&*registry)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn ack_global_remove(&self, _req: AckGlobalRemove, _slf: &Rc<Self>) -> Result<(), Self::Error> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
object_base! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue