aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_down.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_down.c')
-rw-r--r--sway/input/seatop_down.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seatop_down.c b/sway/input/seatop_down.c
index 844cf5ab..7607a598 100644
--- a/sway/input/seatop_down.c
+++ b/sway/input/seatop_down.c
@@ -90,7 +90,7 @@ static const struct sway_seatop_impl seatop_impl = {
90}; 90};
91 91
92void seatop_begin_down(struct sway_seat *seat, struct sway_container *con, 92void seatop_begin_down(struct sway_seat *seat, struct sway_container *con,
93 uint32_t time_msec, int sx, int sy) { 93 uint32_t time_msec, double sx, double sy) {
94 seatop_end(seat); 94 seatop_end(seat);
95 95
96 struct seatop_down_event *e = 96 struct seatop_down_event *e =