input: remove motion deltas from seatop callbacks

Straightforward cleanup, they haven't been used for a while.
This commit is contained in:
Tudor Brindus 2020-10-31 17:56:21 -04:00 committed by Simon Ser
parent 96578aa91e
commit 8c12e71a66
9 changed files with 19 additions and 31 deletions

View file

@ -31,8 +31,7 @@ static void handle_button(struct sway_seat *seat, uint32_t time_msec,
}
}
static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec,
double dx, double dy) {
static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec) {
struct seatop_resize_floating_event *e = seat->seatop_data;
struct sway_container *con = e->con;
enum wlr_edges edge = e->edge;