aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-10-13 18:49:31 -0400
committerLibravatar GitHub <noreply@github.com>2018-10-13 18:49:31 -0400
commit350f7d34605264eb029f6f7d88d6a54e81f455ed (patch)
tree874a3157f2778518a87009c35b47de9d5451b257 /include
parentMerge pull request #2828 from RyanDwyer/fix-locked-map-crash (diff)
parentMerge branch 'master' into fix_edge_gaps (diff)
downloadsway-350f7d34605264eb029f6f7d88d6a54e81f455ed.tar.gz
sway-350f7d34605264eb029f6f7d88d6a54e81f455ed.tar.zst
sway-350f7d34605264eb029f6f7d88d6a54e81f455ed.zip
Merge pull request #2823 from tarmack/fix_edge_gaps
Fix edge gaps
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index bc02c0fd..ca17a645 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -389,7 +389,6 @@ struct sway_config {
389 bool show_marks; 389 bool show_marks;
390 bool tiling_drag; 390 bool tiling_drag;
391 391
392 bool edge_gaps;
393 bool smart_gaps; 392 bool smart_gaps;
394 int gaps_inner; 393 int gaps_inner;
395 int gaps_outer; 394 int gaps_outer;