libweston: Migrate functions that operate on 'weston_spring'
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
f1a6594ad7
commit
4e1d0973f5
@@ -1639,14 +1639,6 @@ weston_view_from_global_fixed(struct weston_view *view,
|
||||
wl_fixed_t x, wl_fixed_t y,
|
||||
wl_fixed_t *vx, wl_fixed_t *vy);
|
||||
|
||||
void
|
||||
weston_spring_init(struct weston_spring *spring,
|
||||
double k, double current, double target);
|
||||
void
|
||||
weston_spring_update(struct weston_spring *spring, const struct timespec *time);
|
||||
int
|
||||
weston_spring_done(struct weston_spring *spring);
|
||||
|
||||
void
|
||||
weston_view_activate(struct weston_view *view,
|
||||
struct weston_seat *seat,
|
||||
|
||||
Reference in New Issue
Block a user