jaehwan pushed a commit to branch master.

commit df095550a285a105b58110cb9cfd1a146fda1ee6
Author: Jaehwan Kim <[email protected]>
Date:   Mon Apr 8 09:26:36 2013 +0900

    I changed the acceleration number by mistake. Turn back it.
---
 src/lib/elm_interface_scrollable.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_interface_scrollable.c 
b/src/lib/elm_interface_scrollable.c
index c1434e2..b582b9a 100644
--- a/src/lib/elm_interface_scrollable.c
+++ b/src/lib/elm_interface_scrollable.c
@@ -2324,13 +2324,13 @@ _elm_scroll_mouse_up_event_cb(void *data,
                                 (((sid->down.dx > 0) && (sid->down.pdx > 0)) ||
                                 ((sid->down.dx < 0) && (sid->down.pdx < 0))))
                               if (px > minx && px < mx)
-                                sid->down.dx += (double)sid->down.pdx * 2.5;
+                                sid->down.dx += (double)sid->down.pdx * 1.5;
                             // FIXME: > 500, < 0.7, * 1.5 - probably should be 
config
                             if (abs(sid->down.dy) > 500 && (dtt < 0.7) &&
                                 (((sid->down.dy > 0) && (sid->down.pdy > 0)) ||
                                 ((sid->down.dy < 0) && (sid->down.pdy < 0))))
                               if (py > miny && py < my)
-                                sid->down.dy += (double)sid->down.pdy * 2.5;
+                                sid->down.dy += (double)sid->down.pdy * 1.5;
                             // FIXME: > 500, < 0.7, * 1.5 - probably should be 
config
                             sid->down.pdx = sid->down.dx;
                             sid->down.pdy = sid->down.dy;

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to