summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-31 07:43:05 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-31 07:43:05 -0400
commitf0b33df3848e46a013aaab184364a46d3c35e1c7 (patch)
tree07a3e095719d9bfbd2206e17e33e4abade2bf86d /include/config.h
parentMerge pull request #558 from crondog/swaybarexit (diff)
parentAdd cmds new_window and new_float (diff)
downloadsway-f0b33df3848e46a013aaab184364a46d3c35e1c7.tar.gz
sway-f0b33df3848e46a013aaab184364a46d3c35e1c7.tar.zst
sway-f0b33df3848e46a013aaab184364a46d3c35e1c7.zip
Merge pull request #560 from mikkeloscar/add-new_window-new_float
Add cmds new_window and new_float
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 0ef8c5bf..d7e96e74 100644
--- a/include/config.h
+++ b/include/config.h
@@ -213,7 +213,9 @@ struct sway_config {
213 const char *current_config; 213 const char *current_config;
214 214
215 enum swayc_border_types border; 215 enum swayc_border_types border;
216 enum swayc_border_types floating_border;
216 int border_thickness; 217 int border_thickness;
218 int floating_border_thickness;
217 enum edge_border_types hide_edge_borders; 219 enum edge_border_types hide_edge_borders;
218 220
219 // border colors 221 // border colors