scroller smoothing stuff.
[framework/uifw/elementary.git] / src / lib / elm_priv.h
index af2d89e..4e02833 100644 (file)
@@ -96,6 +96,9 @@ struct _Elm_Config
    double         zoom_friction;
    unsigned char  thumbscroll_bounce_enable;
    double         thumbscroll_border_friction;
+   double         scroll_smooth_amount;
+   double         scroll_smooth_history_weight;
+   double         scroll_smooth_future_time;
    double         scale;
    int            bgpixmap;
    int            compositing;