Re: [PATCH weston v4] compositor: Implement wl_pointer_gesture_swipe/pinch interfaces

2015-08-26 Thread Bryce Harrington
On Wed, Aug 05, 2015 at 04:02:05PM +0200, Carlos Garnacho wrote: > These are obtained from the _wl_pointer_gestures global resource, > although each pointer will maintain the resources list and additional > information for the pinch/swipe gestures. The lifetime and focus > management of gesture res

[PATCH weston v4] compositor: Implement wl_pointer_gesture_swipe/pinch interfaces

2015-08-05 Thread Carlos Garnacho
These are obtained from the _wl_pointer_gestures global resource, although each pointer will maintain the resources list and additional information for the pinch/swipe gestures. The lifetime and focus management of gesture resources is thus attached to the pointer. The translation of libinput even