Re: [PATCH] Extending wayland protocol for helping a wayland client to identify the event source of device (pointer/keyboard)

2015-10-18 Thread Peter Hutterer
On Mon, Oct 19, 2015 at 01:17:57PM +0900, 박성진 wrote: > >At least based on this example, I think this is fixing the wrong problem. > >knowing which device sends a key is fairly meaningless unless you have > >direct access to the devices anyway (which you >probably don't, at least not > >in the def

RE: [PATCH] Extending wayland protocol for helping a wayland client to identify the event source of device (pointer/keyboard)

2015-10-18 Thread 박성진
>At least based on this example, I think this is fixing the wrong problem. >knowing which device sends a key is fairly meaningless unless you have direct >access to the devices anyway (which you >probably don't, at least not in the >default setups). And there are plenty of devices that have meani

Re: [PATCH wayland] protocol: Improve data source notification around DnD progress

2015-10-18 Thread Bill Spitzak
On 10/17/2015 08:59 AM, Michael Catanzaro wrote: On Fri, 2015-10-16 at 18:43 -0700, Bill Spitzak wrote: I think you misunderstood. The *destination* (if the cursor is still pointing at it) is what sets the cursor. To clarify: you mean the destination sets the cursor as soon as the drop complet

Re: [PATCH weston] libinput: remove unused #define

2015-10-18 Thread Jonas Ådahl
On Mon, Oct 19, 2015 at 06:59:46AM +1000, Peter Hutterer wrote: > On Sat, Oct 17, 2015 at 06:00:35PM +0300, Giulio Camuffo wrote: > > --- > > src/libinput-device.c | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/src/libinput-device.c b/src/libinput-device.c > > index 9fe1627..1344

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

Re: [PATCH wayland v2] Remove protocol/wayland.dtd

2015-10-18 Thread Peter Hutterer
On Fri, Oct 16, 2015 at 11:42:21AM +0300, Pekka Paalanen wrote: > On Fri, 16 Oct 2015 12:29:11 +1000 > Peter Hutterer wrote: > > > On Fri, Oct 09, 2015 at 01:16:49PM +0200, Nils Chr. Brause wrote: > > > Hi, > > > > > > Reviewed-by: Nils Christopher Brause > > > > > > I ran distcheck and it wor

Re: [PATCH weston] libinput: remove unused #define

2015-10-18 Thread Peter Hutterer
On Sat, Oct 17, 2015 at 06:00:35PM +0300, Giulio Camuffo wrote: > --- > src/libinput-device.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/libinput-device.c b/src/libinput-device.c > index 9fe1627..13440df 100644 > --- a/src/libinput-device.c > +++ b/src/libinput-device.c > @@ -4