summaryrefslogtreecommitdiffstats
path: root/sway/focus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/focus.c')
-rw-r--r--sway/focus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/focus.c b/sway/focus.c
index 4cae3b47..0c9719b0 100644
--- a/sway/focus.c
+++ b/sway/focus.c
@@ -29,6 +29,8 @@ static void update_focus(swayc_t *c) {
29 29
30 // Case where output changes 30 // Case where output changes
31 case C_OUTPUT: 31 case C_OUTPUT:
32 // update borders for views in prev
33 container_map(prev, map_update_view_border, NULL);
32 wlc_output_focus(c->handle); 34 wlc_output_focus(c->handle);
33 break; 35 break;
34 36