1
0
Fork 0
forked from wry/wry

wl_fixes: implement v2

This commit is contained in:
Julian Orth 2026-03-28 15:59:12 +01:00
parent 4955c8d248
commit 218e50c74a
3 changed files with 11 additions and 2 deletions

View file

@ -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! {