1
0
Fork 0
forked from wry/wry

xwayland: improve damage tracking

This commit is contained in:
Julian Orth 2025-02-19 16:39:04 +01:00
parent f4e8d132f3
commit 52c9fac23b
5 changed files with 39 additions and 23 deletions

View file

@ -179,10 +179,6 @@ pub trait ToplevelNodeBase: Node {
let _ = active;
}
fn tl_on_activate(&self) {
// nothing
}
fn tl_focus_child(&self) -> Option<Rc<dyn Node>> {
None
}