Re: [PATCH weston v4] clients: Request the wl_pointer_gesture_swipe/pinch interfaces

2015-08-26 Thread Bryce Harrington
On Wed, Aug 05, 2015 at 04:03:21PM +0200, Carlos Garnacho wrote: > This is accompanied by separate handlers for the different stages > of swipe/pinch gestures, so those can be set in demos. > > v4: Indenting fix. > v3: added null checks around pointer gesture interface destruction, > nullify a

[PATCH weston v4] clients: Request the wl_pointer_gesture_swipe/pinch interfaces

2015-08-05 Thread Carlos Garnacho
This is accompanied by separate handlers for the different stages of swipe/pinch gestures, so those can be set in demos. v4: Indenting fix. v3: added null checks around pointer gesture interface destruction, nullify afterwards. v2: depend on standalone protocol xml. Signed-off-by: Carlos Garn