Address @emersion feedback

This commit is contained in:
Drew DeVault 2018-04-06 15:09:52 -04:00
parent c8be7bfc1e
commit 5ff16994c5
2 changed files with 6 additions and 3 deletions

View file

@ -91,7 +91,7 @@ void update_debug_tree() {
break;
}
struct sway_container *focus;
struct sway_container *focus = NULL;
if (seat != NULL) {
focus = seat_get_focus(seat);
}