summaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-06 11:32:17 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-06 11:32:17 -0400
commitd8b65193c493e5826383a08593395a598ce4b503 (patch)
tree97a1da416928ad8d7d3cca2e3e7dd72c39f924b6 /sway/meson.build
parentMerge pull request #2392 from ianyfan/commands (diff)
parentHandle views created after decoration mode is sent for xdg-shell-v6 (diff)
downloadsway-d8b65193c493e5826383a08593395a598ce4b503.tar.gz
sway-d8b65193c493e5826383a08593395a598ce4b503.tar.zst
sway-d8b65193c493e5826383a08593395a598ce4b503.zip
Merge pull request #2268 from emersion/server-decoration-borders
Enable borders on floating SSD xdg-shell views
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/meson.build b/sway/meson.build
index c18fb6e2..2a457270 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -1,13 +1,14 @@
1sway_sources = files( 1sway_sources = files(
2 'main.c',
3 'server.c',
4 'commands.c', 2 'commands.c',
5 'config.c', 3 'config.c',
6 'criteria.c', 4 'criteria.c',
7 'debug-tree.c', 5 'debug-tree.c',
6 'decoration.c',
8 'ipc-json.c', 7 'ipc-json.c',
9 'ipc-server.c', 8 'ipc-server.c',
9 'main.c',
10 'security.c', 10 'security.c',
11 'server.c',
11 'swaynag.c', 12 'swaynag.c',
12 13
13 'desktop/desktop.c', 14 'desktop/desktop.c',