summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLuminarys <[email protected]>2015-08-20 11:35:01 -0500
committerLuminarys <[email protected]>2015-08-20 11:35:01 -0500
commitd06732e1a8c2df4d1523c1c0efeff5534156e387 (patch)
treef7777f64e0bff9ce9e0396fbb735476bb0cf56d0 /sway/commands.c
parentbc3babf566f1f8ad9db4d1f7b70a859f54ba6c48 (diff)
Altered incorrect comment
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index cdc80a0b..be6bc8cf 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -445,7 +445,8 @@ static bool cmd_resize(struct sway_config *config, int argc, char **argv) {
if (!parent) {
return true;
}
- // Find the closest possible sibling and resize using that edge
+ // Find the closest parent container which has siblings of the proper layout.
+ // Then apply the resize to all of them.
int i;
if (strcmp(argv[1], "width") == 0) {
int lnumber = 0;