tree: allow showing floating windows above fullscreen
This commit is contained in:
parent
f3179b7794
commit
0c02cb5033
17 changed files with 118 additions and 6 deletions
|
|
@ -1093,6 +1093,10 @@ impl WlSeatGlobal {
|
|||
self.apply_changes();
|
||||
}
|
||||
|
||||
pub fn emulate_cursor_moved(&self) {
|
||||
self.changes.or_assign(CHANGE_CURSOR_MOVED);
|
||||
}
|
||||
|
||||
pub fn clear_shortcuts(&self) {
|
||||
self.shortcuts.borrow_mut().clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue