summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-28 22:43:23 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-28 22:43:23 -0400
commit70c238ef663c9e3b11046e6d7b20fa7385e4c708 (patch)
tree6f9f1014a901236627ac92456b1e622d6c151e7d /sway/commands.c
parentdefault floating_mod (diff)
parentmove v3 (diff)
downloadsway-70c238ef663c9e3b11046e6d7b20fa7385e4c708.tar.gz
sway-70c238ef663c9e3b11046e6d7b20fa7385e4c708.tar.zst
sway-70c238ef663c9e3b11046e6d7b20fa7385e4c708.zip
Merge pull request #147 from taiyu-len/master
move v3
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index de98b624..8a790384 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -366,7 +366,6 @@ static bool cmd_move(struct sway_config *config, int argc, char **argv) {
366 return false; 366 return false;
367 } 367 }
368 368
369 // TODO handle case of workspace, something similar to _do_split
370 if (view->type != C_CONTAINER && view->type != C_VIEW) { 369 if (view->type != C_CONTAINER && view->type != C_VIEW) {
371 return false; 370 return false;
372 } 371 }