seoz pushed a commit to branch master.
commit ddb2feb3e667b837743321652e5ce80cc7397714
Author: Daniel Juyung Seo <[email protected]>
Date: Tue Jul 9 14:07:21 2013 +0900
elm_config.c: set the default value for thumbscroll flick distance
tolerance when the value equals to zero.
---
src/lib/elm_config.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c
index 70f5cf3..df7442a 100644
--- a/src/lib/elm_config.c
+++ b/src/lib/elm_config.c
@@ -1064,6 +1064,8 @@ _config_load(void)
_elm_config->thumbscroll_min_friction = 0.5;
if (_elm_config->thumbscroll_friction_standard == 0.0)
_elm_config->thumbscroll_friction_standard = 1000.0;
+ if (_elm_config->thumbscroll_flick_distance_tolerance == 0)
+ _elm_config->thumbscroll_flick_distance_tolerance = 1000;
return;
}
--
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk