diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-02 14:15:40 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-04-02 14:15:40 -0400 |
commit | 357a4401fa117416f3182a5f91d27b52b114f3ee (patch) | |
tree | 8ffb68c96ac327aa2b37ec40bbf982022e934365 /sway/input | |
parent | 2187684bd09928748f8b3a82c2e25e5ae82f5ae6 (diff) |
address feedback
Diffstat (limited to 'sway/input')
-rw-r--r-- | sway/input/seat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c index a1b1caa8..1fd204d4 100644 --- a/sway/input/seat.c +++ b/sway/input/seat.c @@ -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)) && |