mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
Replace static handle_end_operation with seat_end_mouse_operation
This commit is contained in:
parent
86f5531511
commit
0c87bff5d1
4 changed files with 23 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue