aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-21 10:40:12 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-22 23:10:19 +1000
commit0c87bff5d1ce686afdc25d37eee4bdd8f08abdd3 (patch)
treeab1b5be08daccc0e92ebff7497687b252fa5f5dc /include
parentRemove unnecessary includes (diff)
downloadsway-0c87bff5d1ce686afdc25d37eee4bdd8f08abdd3.tar.gz
sway-0c87bff5d1ce686afdc25d37eee4bdd8f08abdd3.tar.zst
sway-0c87bff5d1ce686afdc25d37eee4bdd8f08abdd3.zip
Replace static handle_end_operation with seat_end_mouse_operation
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