mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
Merge 748c22e87a into 32193c7e4d
This commit is contained in:
commit
050f2eb467
3 changed files with 81 additions and 55 deletions
|
|
@ -166,6 +166,9 @@ void seat_begin_resize_floating(struct sway_seat *seat,
|
|||
void seat_begin_resize_tiling(struct sway_seat *seat,
|
||||
struct sway_container *con, uint32_t button, enum wlr_edges edge);
|
||||
|
||||
struct sway_container *seat_get_focus_inactive_floating(struct sway_seat *seat,
|
||||
struct sway_container *container);
|
||||
|
||||
void seat_end_mouse_operation(struct sway_seat *seat);
|
||||
|
||||
void seat_pointer_notify_button(struct sway_seat *seat, uint32_t time_msec,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue