aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/workspace.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-03-10 21:47:30 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-03-11 10:57:14 -0400
commit0717b76715d9e98bb384ba9714d3815442e76db4 (patch)
treedda460f39a94cc7d8c450b2091fb9dbacdee158e /sway/commands/workspace.c
parentUpdate language in sway.desktop & sway(1) (diff)
downloadsway-0717b76715d9e98bb384ba9714d3815442e76db4.tar.gz
sway-0717b76715d9e98bb384ba9714d3815442e76db4.tar.zst
sway-0717b76715d9e98bb384ba9714d3815442e76db4.zip
Fix crash in cmd_workspace when layer surface has focus
Diffstat (limited to 'sway/commands/workspace.c')
-rw-r--r--sway/commands/workspace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/workspace.c b/sway/commands/workspace.c
index 65a3f407..614140e0 100644
--- a/sway/commands/workspace.c
+++ b/sway/commands/workspace.c
@@ -181,7 +181,6 @@ struct cmd_results *cmd_workspace(int argc, char **argv) {
181 ++argv; 181 ++argv;
182 } 182 }
183 183
184
185 struct sway_workspace *ws = NULL; 184 struct sway_workspace *ws = NULL;
186 if (strcasecmp(argv[0], "number") == 0) { 185 if (strcasecmp(argv[0], "number") == 0) {
187 if (argc < 2) { 186 if (argc < 2) {