mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Address @emersion feedback
This commit is contained in:
parent
c8be7bfc1e
commit
5ff16994c5
2 changed files with 6 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue