wayland: add jay_pointer
This commit is contained in:
parent
3e3bc38920
commit
b3c20c5309
8 changed files with 115 additions and 4 deletions
|
|
@ -375,7 +375,7 @@ impl WlSeatGlobal {
|
|||
}
|
||||
|
||||
impl WlSeatGlobal {
|
||||
pub(super) fn pointer_node(&self) -> Option<Rc<dyn Node>> {
|
||||
pub fn pointer_node(&self) -> Option<Rc<dyn Node>> {
|
||||
self.pointer_stack.borrow().last().cloned()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue