diff options
author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-05-13 11:52:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 11:52:51 +1000 |
commit | 0c96d757d0d5d1762390dd119cbe344e8781c19f (patch) | |
tree | 34ca494ccdc42799010a00f495b1d19193f20fe7 /sway/meson.build | |
parent | 9d607b72532096e469fdaccf474836c310b629ff (diff) | |
parent | 90e6dfa268461a10d6b95c3a7d74834923392cd6 (diff) |
Merge pull request #1960 from RedSoxFan/edge-borders
Implement hide_edge_borders
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index f70a8e44..acf4a3e4 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -41,6 +41,7 @@ sway_sources = files( 'commands/font.c', 'commands/for_window.c', 'commands/fullscreen.c', + 'commands/hide_edge_borders.c', 'commands/kill.c', 'commands/opacity.c', 'commands/include.c', |