diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-08-06 11:32:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 11:32:17 -0400 |
commit | d8b65193c493e5826383a08593395a598ce4b503 (patch) | |
tree | 97a1da416928ad8d7d3cca2e3e7dd72c39f924b6 /sway/meson.build | |
parent | 1a8bee68b40f641f57adc97d0f2ffcf5e2ed544d (diff) | |
parent | d2ac48f9206e9962ab47f337f824ce7f69ffb9c1 (diff) |
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.build | 5 |
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 @@ sway_sources = files( - 'main.c', - 'server.c', 'commands.c', 'config.c', 'criteria.c', 'debug-tree.c', + 'decoration.c', 'ipc-json.c', 'ipc-server.c', + 'main.c', 'security.c', + 'server.c', 'swaynag.c', 'desktop/desktop.c', |