pointer-constraints: defer cursor position update
This commit is contained in:
parent
0930f00356
commit
00aa689e7a
5 changed files with 20 additions and 15 deletions
|
|
@ -201,7 +201,7 @@ impl EiDeviceRequestHandler for EiDevice {
|
|||
if let Some((x, y)) = self.absolute_motion.take() {
|
||||
let x = Fixed::from_f32(x);
|
||||
let y = Fixed::from_f32(y);
|
||||
seat.motion_event_abs(time, x, y);
|
||||
seat.motion_event_abs(time, x, y, false);
|
||||
}
|
||||
{
|
||||
let mut need_frame = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue