Re: [PATCH wayland] protocol: Add pointer gestures (swipe/pinch) protocol

2015-07-16 Thread Jonas Ådahl
On Thu, Jul 16, 2015 at 08:17:44PM +0200, Carlos Garnacho wrote: > Hey Jonas :), > > On Thu, Jul 16, 2015 at 3:15 AM, Jonas Ådahl wrote: > > On Wed, Jul 15, 2015 at 08:02:10PM +0200, Carlos Garnacho wrote: > >> The lifetime and progress of gestures is maintained by the separate > >> wl_pointer_ge

Re: [PATCH wayland] protocol: Add pointer gestures (swipe/pinch) protocol

2015-07-16 Thread Carlos Garnacho
Hey Jonas :), On Thu, Jul 16, 2015 at 3:15 AM, Jonas Ådahl wrote: > On Wed, Jul 15, 2015 at 08:02:10PM +0200, Carlos Garnacho wrote: >> The lifetime and progress of gestures is maintained by the separate >> wl_pointer_gesture_pinch and wl_pointer_gesture_swipe interfaces, >> each of these has beg

Re: [PATCH wayland] protocol: Add pointer gestures (swipe/pinch) protocol

2015-07-16 Thread Carlos Garnacho
Hey, Keen eye on those :), my last proofreading wasn't as successful. I've just sent a new patch that contains Pekka's suggestions, fixes for your comments and your r-b. Cheers, Carlos On Thu, Jul 16, 2015 at 2:13 AM, Peter Hutterer wrote: > On Wed, Jul 15, 2015 at 08:02:10PM +0200, Carlos Ga

Re: [PATCH wayland] protocol: Add pointer gestures (swipe/pinch) protocol

2015-07-16 Thread Pekka Paalanen
On Wed, 15 Jul 2015 20:02:10 +0200 Carlos Garnacho wrote: > The lifetime and progress of gestures is maintained by the separate > wl_pointer_gesture_pinch and wl_pointer_gesture_swipe interfaces, > each of these has begin/update(optional)/end phases, as transmitted > by their events. > > The ges

Re: [PATCH wayland] protocol: Add pointer gestures (swipe/pinch) protocol

2015-07-15 Thread Jonas Ådahl
On Wed, Jul 15, 2015 at 08:02:10PM +0200, Carlos Garnacho wrote: > The lifetime and progress of gestures is maintained by the separate > wl_pointer_gesture_pinch and wl_pointer_gesture_swipe interfaces, > each of these has begin/update(optional)/end phases, as transmitted > by their events. > > Th

Re: [PATCH wayland] protocol: Add pointer gestures (swipe/pinch) protocol

2015-07-15 Thread Peter Hutterer
On Wed, Jul 15, 2015 at 08:02:10PM +0200, Carlos Garnacho wrote: > The lifetime and progress of gestures is maintained by the separate > wl_pointer_gesture_pinch and wl_pointer_gesture_swipe interfaces, > each of these has begin/update(optional)/end phases, as transmitted > by their events. > > Th

[PATCH wayland] protocol: Add pointer gestures (swipe/pinch) protocol

2015-07-15 Thread Carlos Garnacho
The lifetime and progress of gestures is maintained by the separate wl_pointer_gesture_pinch and wl_pointer_gesture_swipe interfaces, each of these has begin/update(optional)/end phases, as transmitted by their events. The gesture interfaces can be obtained from the wl_pointer, and must be interpr