GNOME Bugzilla – Bug 698671
Refactor event handling code in ClutterGestureAction
Last modified: 2013-04-23 16:42:16 UTC
Little refactoring to make things easier to read.
Created attachment 242252 [details] [review] Event refactoring
Review of attachment 242252 [details] [review]: looks generally okay to me. ::: clutter/clutter-gesture-action.c @@ +225,3 @@ +static void +gesture_update_motion_point (GesturePoint *point, ClutterEvent *event) code style: newline between arguments. @@ +246,3 @@ + +static void +gesture_update_release_point (GesturePoint *point, ClutterEvent *event) coding style: newline between arguments
Pushed.