clutter: Add n_fingers field to ClutterTouchpadPinchEvent

https://bugzilla.gnome.org/show_bug.cgi?id=765937
This commit is contained in:
Carlos Garnacho 2016-05-03 13:28:56 +02:00
parent 30fa764c90
commit 4186833df7

View File

@ -459,6 +459,7 @@ struct _ClutterTouchpadPinchEvent
gfloat dy;
gfloat angle_delta;
gfloat scale;
guint n_fingers;
};
/**