aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorBrian Ashworth <RedSoxFan@users.noreply.github.com>2018-07-16 22:21:00 -0400
committerGitHub <noreply@github.com>2018-07-16 22:21:00 -0400
commitf516dbfb6d3380de24751de9a3f3156ece869e02 (patch)
treefb23163603e5ac4221d6ee27ff91dffb19e3295f /sway/meson.build
parentdb3a36373435a34b8d0a5fc4e90eacaa2b1dae6b (diff)
parent10fc7a5b494822a944bbada33b2cb25926447d76 (diff)
downloadsway-f516dbfb6d3380de24751de9a3f3156ece869e02.tar.xz
Merge pull request #2286 from RyanDwyer/default-floating-border
Implement default_floating_border command and adjust CSD behaviour
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 23e54a62..c58d3470 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -35,6 +35,7 @@ sway_sources = files(
'commands/border.c',
'commands/client.c',
'commands/default_border.c',
+ 'commands/default_floating_border.c',
'commands/default_orientation.c',
'commands/exit.c',
'commands/exec.c',