diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-21 10:40:12 +1000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-21 10:40:12 +1000 |
| commit | df770d519eb30638260458bc76515c56eb284def (patch) | |
| tree | ab1b5be08daccc0e92ebff7497687b252fa5f5dc /include | |
| parent | 4e849d342e8c945f05154e84aed744c460e50cad (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 |
