evdev-touchpad: Set some options using weston.ini
authorArmin K <krejzi@email.com>
Tue, 30 Jul 2013 23:41:03 +0000 (01:41 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 13 Aug 2013 05:42:17 +0000 (22:42 -0700)
commitb502f906db71ceae53c4f9514a0d71e2e90cfba5
treeec33045a9b58b9318043245e3ff342c9a40f6140
parent7ac9f73c7ddfecd6f81fb907c4e61ed2339c95d8
evdev-touchpad: Set some options using weston.ini

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 string to double.

v3: add default values in weston_config_get_double
instead of using conditionals.

v4: don't pass diagonal as pointer.
shared/config-parser.c
shared/config-parser.h
src/evdev-touchpad.c
weston.ini