Re: [PATCH weston] input: use doubles in the interfaces to notify of input events

2016-02-05 Thread Benoit Gschwind
Daniel Stone writes: > > Hi, > > On 19 October 2015 at 09:05, Giulio Camuffo gmail.com> wrote: > > send-email continues to be broken so here's the v2: > > - remove unneded casts > > - avoid naming absolute variables dx/dy > > Reviewed-by: Daniel Stone collabora.com> > > Cheers, > Daniel > _

Re: [PATCH weston] input: use doubles in the interfaces to notify of input events

2016-01-15 Thread Daniel Stone
Hi, On 19 October 2015 at 09:05, Giulio Camuffo wrote: > send-email continues to be broken so here's the v2: > - remove unneded casts > - avoid naming absolute variables dx/dy Reviewed-by: Daniel Stone Cheers, Daniel ___ wayland-devel mailing list wa

Re: [PATCH weston] input: use doubles in the interfaces to notify of input events

2015-10-19 Thread Giulio Camuffo
Hi, send-email continues to be broken so here's the v2: - remove unneded casts - avoid naming absolute variables dx/dy -- Giulio 2015-10-19 4:49 GMT+03:00 Jonas Ådahl : > On Sat, Oct 17, 2015 at 06:07:06PM +0300, Giulio Camuffo wrote: >> Hi, >> git send-email has decided that it doesn't want to

Re: [PATCH weston] input: use doubles in the interfaces to notify of input events

2015-10-19 Thread Giulio Camuffo
2015-10-19 4:49 GMT+03:00 Jonas Ådahl : > BTW, are you planning on changing the grab interface vfuncs as well? In > the relative pointer branch I made the motion vfunc take a motion event > struct, should we do this for all types of events or just where it seems > needed? Yes, i'm planning to c

Re: [PATCH weston] input: use doubles in the interfaces to notify of input events

2015-10-18 Thread Jonas Ådahl
On Sat, Oct 17, 2015 at 06:07:06PM +0300, Giulio Camuffo wrote: > Hi, > git send-email has decided that it doesn't want to send this patch but > likely format-patch is more reasonable so i've attached it. > > -- > Giulio > From 060186308dde03279f7a0659e7edec706a0f5123 Mon Sep 17 00:00:00 2001 > F

Re: [PATCH weston] input: use doubles in the interfaces to notify of input events

2015-10-18 Thread Peter Hutterer
On Sat, Oct 17, 2015 at 06:07:06PM +0300, Giulio Camuffo wrote: > Hi, > git send-email has decided that it doesn't want to send this patch but > likely format-patch is more reasonable so i've attached it. > > -- > Giulio > From 060186308dde03279f7a0659e7edec706a0f5123 Mon Sep 17 00:00:00 2001 > F

[PATCH weston] input: use doubles in the interfaces to notify of input events

2015-10-17 Thread Giulio Camuffo
Hi, git send-email has decided that it doesn't want to send this patch but likely format-patch is more reasonable so i've attached it. -- Giulio From 060186308dde03279f7a0659e7edec706a0f5123 Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Sat, 17 Oct 2015 17:36:08 +0300 Subject: [PATCH] input