mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
seatop_down: End if surface is destroyed or other seatop starts
If the surface the pointer started to interact with is destroyed we also want the seatop_down to end. In case a drag is initiated we receive a call to handle_end.
This commit is contained in:
parent
9e58425cb3
commit
4baf845a3a
3 changed files with 25 additions and 19 deletions
|
@ -241,7 +241,7 @@ void seatop_begin_default(struct sway_seat *seat);
|
|||
void seatop_begin_down(struct sway_seat *seat, struct sway_container *con,
|
||||
uint32_t time_msec, double sx, double sy);
|
||||
|
||||
void seatop_begin_down_on_layer_surface(struct sway_seat *seat,
|
||||
void seatop_begin_down_on_surface(struct sway_seat *seat,
|
||||
struct wlr_surface *surface, uint32_t time_msec, double sx, double sy);
|
||||
|
||||
void seatop_begin_move_floating(struct sway_seat *seat,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue