aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-06-01 08:50:36 -0400
committerDrew DeVault <sir@cmpwn.com>2016-06-01 08:50:36 -0400
commitdf16c2e7d17ca6750b942d356d5ea3c47aa0efee (patch)
tree11985edc000a2c2a57f5268ff025e9db318d0d66 /include/config.h
parent4d6be1b6404a1c1bbb75d0862eee28412fffc1ef (diff)
parent009eaccd421cf0640cdebc3bac96d67c599ff616 (diff)
downloadsway-df16c2e7d17ca6750b942d356d5ea3c47aa0efee.tar.xz
Merge pull request #689 from thuck/floating_size_conf
Floating size conf
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 1a6ba19d..d591daf2 100644
--- a/include/config.h
+++ b/include/config.h
@@ -227,7 +227,7 @@ struct sway_config {
uint32_t background;
} border_colors;
- // floating view minimum
+ // floating view
int32_t floating_maximum_width;
int32_t floating_maximum_height;
int32_t floating_minimum_width;