|
|
@ -52,9 +52,6 @@ struct weston_motion_filter { |
|
|
|
struct weston_motion_filter_interface *interface; |
|
|
|
struct weston_motion_filter_interface *interface; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
WL_EXPORT struct weston_motion_filter * |
|
|
|
|
|
|
|
create_linear_acceleration_filter(double speed); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typedef double (*accel_profile_func_t)(struct weston_motion_filter *filter, |
|
|
|
typedef double (*accel_profile_func_t)(struct weston_motion_filter *filter, |
|
|
|
void *data, |
|
|
|
void *data, |
|
|
|
double velocity, |
|
|
|
double velocity, |
|
|
|