diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-06 11:49:27 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-06 11:49:27 -0400 |
commit | 603e0e42c577026f1c688c393989e65dc3482808 (patch) | |
tree | 7e2635f8745ed6141f900359eeff9b8d9f418cea /sway/input/seat.c | |
parent | a06052ad9da8f5e03b17aa791be49189f21b7a4f (diff) |
Add debug tree view
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r-- | sway/input/seat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c index ad3584a0..e8cf9824 100644 --- a/sway/input/seat.c +++ b/sway/input/seat.c @@ -5,6 +5,7 @@ #include <wlr/types/wlr_cursor.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_xcursor_manager.h> +#include "sway/debug.h" #include "sway/tree/container.h" #include "sway/tree/workspace.h" #include "sway/input/seat.h" @@ -432,6 +433,8 @@ void seat_set_focus_warp(struct sway_seat *seat, } seat->has_focus = (container != NULL); + + update_debug_tree(); } void seat_set_focus(struct sway_seat *seat, |