mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
address feedback
This commit is contained in:
parent
2187684bd0
commit
357a4401fa
4 changed files with 4 additions and 5 deletions
|
|
@ -92,7 +92,6 @@ static void handle_seat_container_destroy(struct wl_listener *listener,
|
|||
struct sway_container *parent = con->parent;
|
||||
struct sway_container *focus = sway_seat_get_focus(seat);
|
||||
|
||||
// TODO handle workspace switch in the seat?
|
||||
bool set_focus =
|
||||
focus != NULL &&
|
||||
(focus == con || container_has_child(con, focus)) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue