diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-21 10:40:12 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-22 23:10:19 +1000 |
commit | 0c87bff5d1ce686afdc25d37eee4bdd8f08abdd3 (patch) | |
tree | ab1b5be08daccc0e92ebff7497687b252fa5f5dc /include | |
parent | 86f55315113556eaa58f8b06231a89d67b1201ba (diff) |
Replace static handle_end_operation with seat_end_mouse_operation
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/input/seat.h | 2 |
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); void seat_begin_resize(struct sway_seat *seat, struct sway_container *con, uint32_t button, enum wlr_edges edge); +void seat_end_mouse_operation(struct sway_seat *seat); + #endif |