seat: allow pointer warping if only the client matches
This commit is contained in:
parent
697c3b1f71
commit
31a73b49a3
3 changed files with 6 additions and 6 deletions
|
|
@ -95,7 +95,7 @@ impl WpPointerWarpV1RequestHandler for WpPointerWarpV1 {
|
|||
.position_hint_requests
|
||||
.push(PositionHintRequest {
|
||||
seat: seat.clone(),
|
||||
node: surface.node_id.into(),
|
||||
client_id: surface.client.id,
|
||||
old_pos: seat.pointer_cursor.position(),
|
||||
new_pos: (x.apply_fract(x_int), y.apply_fract(y_int)),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue