RE: [PATCH weston 0/6] Configuration file control

2015-03-25 Thread Tanibata, Nobuhiko (ADITJ/SWG)
> -Original Message- > From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] > On Behalf Of Jonny Lamb > Sent: Wednesday, March 25, 2015 7:42 PM > To: Pekka Paalanen; wayland-devel@lists.freedesktop.org > Cc: Pekka Paalanen; Nobuhiko Tanibata > Subject: Re: [PATCH weston

Re: [PATCH libinput 2/2] Change tp_filter_motion to normalized_coords

2015-03-25 Thread Hans de Goede
Hi, On 25-03-15 10:49, Peter Hutterer wrote: On Wed, Mar 25, 2015 at 09:44:48AM +0100, Hans de Goede wrote: Hi, On 24-03-15 23:17, Peter Hutterer wrote: On Tue, Mar 24, 2015 at 04:51:35PM +0100, Hans de Goede wrote: Change tp_filter_motion to use normalized_coords, rather then having it take

Re: [PATCH weston 0/6] Configuration file control

2015-03-25 Thread Jonny Lamb
Il 24/03/2015 14:56, Pekka Paalanen ha scritto: Pekka Paalanen (6): compositor: postpone unhandled option check tests: use MODDIR in weston-tests-env shared: fail reading a directory as a config file compositor: move code into load_configuration() Pass config file from compositor t

Re: [PATCH libinput 2/2] Change tp_filter_motion to normalized_coords

2015-03-25 Thread Peter Hutterer
On Wed, Mar 25, 2015 at 09:44:48AM +0100, Hans de Goede wrote: > Hi, > > On 24-03-15 23:17, Peter Hutterer wrote: > >On Tue, Mar 24, 2015 at 04:51:35PM +0100, Hans de Goede wrote: > >>Change tp_filter_motion to use normalized_coords, rather then having it take > >>separate x and y values. > >> > >

Re: [PATCH libinput 2/2] Change tp_filter_motion to normalized_coords

2015-03-25 Thread Hans de Goede
Hi, On 24-03-15 23:17, Peter Hutterer wrote: On Tue, Mar 24, 2015 at 04:51:35PM +0100, Hans de Goede wrote: Change tp_filter_motion to use normalized_coords, rather then having it take separate x and y values. Signed-off-by: Hans de Goede weird. I remember writing this patch but apparently

Re: [PATCH weston 5/6] Pass config file from compositor to everything

2015-03-25 Thread Pekka Paalanen
On Tue, 24 Mar 2015 15:23:31 + Daniel Stone wrote: > Hi, > > On 24 March 2015 at 13:56, Pekka Paalanen wrote: > > We have the Weston command line option '--no-config' which is meant to > > prevent loading weston.ini at all. It works for Weston itself, but it > > does not work for any client