mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 09:51:29 +00:00
Altered incorrect comment
This commit is contained in:
parent
bc3babf566
commit
d06732e1a8
|
@ -445,7 +445,8 @@ static bool cmd_resize(struct sway_config *config, int argc, char **argv) {
|
||||||
if (!parent) {
|
if (!parent) {
|
||||||
return true;
|
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;
|
int i;
|
||||||
if (strcmp(argv[1], "width") == 0) {
|
if (strcmp(argv[1], "width") == 0) {
|
||||||
int lnumber = 0;
|
int lnumber = 0;
|
||||||
|
|
Loading…
Reference in a new issue