mirror of
https://github.com/brl/mutter.git
synced 2025-08-07 09:04:41 +00:00
evdev: Set missing dx/dy fields on ClutterTouchpadPinchEvents
This commit is contained in:
@@ -629,6 +629,8 @@ notify_pinch_gesture_event (ClutterInputDevice *input_device,
|
||||
event->touchpad_pinch.stage = CLUTTER_STAGE (stage);
|
||||
event->touchpad_pinch.x = pos.x;
|
||||
event->touchpad_pinch.y = pos.y;
|
||||
event->touchpad_pinch.dx = dx;
|
||||
event->touchpad_pinch.dy = dy;
|
||||
event->touchpad_pinch.angle_delta = angle_delta;
|
||||
event->touchpad_pinch.scale = scale;
|
||||
|
||||
|
Reference in New Issue
Block a user