mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
input: Use seatop_down on layer surface click
This solves an issue where layer-shell items would not receive a button release event when the pointer left them while being pressed. The default seatop changes focus immediately while seatop_down defers any focus changes until the pointer is released or seatop_down is destroyed.
This commit is contained in:
parent
57d6f6f19e
commit
9e58425cb3
3 changed files with 31 additions and 5 deletions
|
@ -241,6 +241,9 @@ 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,
|
||||
struct wlr_surface *surface, uint32_t time_msec, double sx, double sy);
|
||||
|
||||
void seatop_begin_move_floating(struct sway_seat *seat,
|
||||
struct sway_container *con);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue