autocommit 2022-02-19 23:48:18 CET
This commit is contained in:
parent
ae66acef73
commit
0f2fbcc5e7
6 changed files with 63 additions and 42 deletions
|
|
@ -629,7 +629,7 @@ impl Node for WlSurface {
|
|||
self.xdg.get().map(|x| x.create_split(split));
|
||||
}
|
||||
|
||||
fn move_focus(&self, seat: &Rc<WlSeatGlobal>, direction: Direction) {
|
||||
fn move_focus(self: Rc<Self>, seat: &Rc<WlSeatGlobal>, direction: Direction) {
|
||||
let xdg = match self.xdg.get() {
|
||||
Some(x) => x,
|
||||
_ => return,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue