1
0
Fork 0
forked from wry/wry

autocommit 2022-02-02 01:20:49 CET

This commit is contained in:
Julian Orth 2022-02-02 01:20:49 +01:00
parent 2dbe3ba732
commit 65a7a55b82
8 changed files with 105 additions and 17 deletions

View file

@ -632,7 +632,7 @@ impl Node for WlSurface {
seat.enter_surface(&self, x, y)
}
fn motion(&self, seat: &WlSeatGlobal, x: Fixed, y: Fixed) {
fn motion(&self, seat: &Rc<WlSeatGlobal>, x: Fixed, y: Fixed) {
seat.motion_surface(self, x, y)
}