aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 35a965ee..cd36ef5a 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -155,4 +155,6 @@ void seat_begin_move(struct sway_seat *seat, struct sway_container *con);
155void seat_begin_resize(struct sway_seat *seat, struct sway_container *con, 155void seat_begin_resize(struct sway_seat *seat, struct sway_container *con,
156 uint32_t button, enum wlr_edges edge); 156 uint32_t button, enum wlr_edges edge);
157 157
158void seat_end_mouse_operation(struct sway_seat *seat);
159
158#endif 160#endif