1
0
Fork 0
forked from wry/wry

seat: allow pointer warping if only the client matches

This commit is contained in:
Julian Orth 2025-09-17 13:05:18 +02:00
parent 697c3b1f71
commit 31a73b49a3
3 changed files with 6 additions and 6 deletions

View file

@ -94,7 +94,7 @@ impl SeatConstraint {
.position_hint_requests
.push(PositionHintRequest {
seat: self.seat.clone(),
node: self.surface.node_id.into(),
client_id: self.surface.client.id,
old_pos: self.seat.pointer_cursor.position(),
new_pos: (x.apply_fract(x_int), y.apply_fract(y_int)),
});