[elm_config] add env ELM_THUMBSCROLL_BOUNCE_FRICTION
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Mon, 6 Dec 2010 11:39:56 +0000 (20:39 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Mon, 6 Dec 2010 11:39:56 +0000 (20:39 +0900)
src/lib/elm_config.c

index e53f360..e8c66af 100755 (executable)
@@ -591,6 +591,8 @@ _env_get(void)
    if (s) _elm_config->bring_in_scroll_friction = atof(s);
    s = getenv("ELM_ZOOM_FRICTION");
    if (s) _elm_config->zoom_friction = atof(s);
+   s = getenv("ELM_THUMBSCROLL_BOUNCE_FRICTION");
+   if (s) _elm_config->thumbscroll_bounce_friction = atof(s);
 
    s = getenv("ELM_THEME");
    if (s) eina_stringshare_replace(&_elm_config->theme, s);