Re: [PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-08-12 Thread Kristian Høgsberg
On Tue, Jul 30, 2013 at 09:36:25PM +0200, Armin K wrote: > This patch adds 3 new options to weston.ini to allow > the user to change default constant_accel_factor, > min_accel_factor and max_accel_factor. If no options > are set, it falls back using defaults as it did before. > > v2: create weston

Re: [PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-07-30 Thread Kristian Høgsberg
On Tue, Jul 30, 2013 at 11:07:31PM +0200, Armin K. wrote: > On 07/30/2013 10:28 PM, Jonas Ådahl wrote: > > On Tue, Jul 30, 2013 at 09:36:25PM +0200, Armin K wrote: > >> This patch adds 3 new options to weston.ini to allow > >> the user to change default constant_accel_factor, > >> min_accel_factor

Re: [PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-07-30 Thread Armin K.
On 07/30/2013 10:28 PM, Jonas Ådahl wrote: > On Tue, Jul 30, 2013 at 09:36:25PM +0200, Armin K wrote: >> This patch adds 3 new options to weston.ini to allow >> the user to change default constant_accel_factor, >> min_accel_factor and max_accel_factor. If no options >> are set, it falls back using

Re: [PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-07-30 Thread Jonas Ådahl
On Tue, Jul 30, 2013 at 09:36:25PM +0200, Armin K wrote: > This patch adds 3 new options to weston.ini to allow > the user to change default constant_accel_factor, > min_accel_factor and max_accel_factor. If no options > are set, it falls back using defaults as it did before. > > v2: create weston

[PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-07-30 Thread Armin K
This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. v2: create weston_config_section_get_double and use it instead of manualy converting s