From f606508bccac841925e8d669fe90595697fac8af Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 15 Aug 2015 16:03:45 -0400 Subject: Fix switching focus between outputs --- sway/container.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/container.c') diff --git a/sway/container.c b/sway/container.c index 189f064b..98941b2c 100644 --- a/sway/container.c +++ b/sway/container.c @@ -157,6 +157,7 @@ swayc_t *destroy_output(swayc_t *output) { } swayc_t *destroy_workspace(swayc_t *workspace) { + //NOTE: This is called from elsewhere without checking children length //TODO move containers to other workspaces? //for now just dont delete if (workspace->children->length == 0) { -- cgit v1.2.3