tree: make surface visibility tracking more robust
This commit is contained in:
parent
be0935c8dd
commit
ba98103233
26 changed files with 313 additions and 144 deletions
|
|
@ -69,6 +69,10 @@ pub trait Cursor {
|
|||
fn time_until_tick(&self) -> Duration {
|
||||
Duration::new(0, 0)
|
||||
}
|
||||
|
||||
fn set_visible(&self, visible: bool) {
|
||||
let _ = visible;
|
||||
}
|
||||
}
|
||||
|
||||
pub struct ServerCursors {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue