seat: handle surface cursor lifetimes explicitly
This commit is contained in:
parent
566a05494a
commit
be0935c8dd
4 changed files with 6 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ pub trait Cursor {
|
|||
fn set_output(&self, output: &Rc<OutputNode>) {
|
||||
let _ = output;
|
||||
}
|
||||
fn handle_set(self: Rc<Self>) {}
|
||||
fn handle_unset(&self) {}
|
||||
fn tick(&self) {}
|
||||
fn needs_tick(&self) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue