aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-05 17:37:24 -0400
committerLibravatar emersion <contact@emersion.fr>2018-04-05 17:39:17 -0400
commit1c91d0c10ffbed14cafaba79276a14f55172b7eb (patch)
treecd4e9e420f6765d6643a41528367fcddef13453e /sway/meson.build
parentHandle xwayland configure requests for unmanaged surfaces (diff)
downloadsway-1c91d0c10ffbed14cafaba79276a14f55172b7eb.tar.gz
sway-1c91d0c10ffbed14cafaba79276a14f55172b7eb.tar.zst
sway-1c91d0c10ffbed14cafaba79276a14f55172b7eb.zip
Add damage tracking for xwayland unmanaged surfaces
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 ec7b4c42..29aaa7b7 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -8,6 +8,7 @@ sway_sources = files(
8 'ipc-server.c', 8 'ipc-server.c',
9 'security.c', 9 'security.c',
10 10
11 'desktop/desktop.c',
11 'desktop/output.c', 12 'desktop/output.c',
12 'desktop/layer_shell.c', 13 'desktop/layer_shell.c',
13 'desktop/wl_shell.c', 14 'desktop/wl_shell.c',