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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seatop_down.c b/sway/input/seatop_down.c
index 7f394095..895571b1 100644
--- a/sway/input/seatop_down.c
+++ b/sway/input/seatop_down.c
@@ -58,6 +58,7 @@ static const struct sway_seatop_impl seatop_impl = {
58 .finish = handle_finish, 58 .finish = handle_finish,
59 .abort = handle_abort, 59 .abort = handle_abort,
60 .unref = handle_unref, 60 .unref = handle_unref,
61 .allows_events = true,
61}; 62};
62 63
63void seatop_begin_down(struct sway_seat *seat, struct sway_container *con, 64void seatop_begin_down(struct sway_seat *seat, struct sway_container *con,