aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Ivan Molodetskikh <yalterz@gmail.com>2019-10-09 16:06:30 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2019-11-17 20:18:42 +0100
commit5421198489675d4700e68eb143c94cda914c8586 (patch)
tree1f4f447dba45e302f2e35e1d3de81f6fccce64d5 /sway/meson.build
parentoutput: add max_render_time (diff)
downloadsway-5421198489675d4700e68eb143c94cda914c8586.tar.gz
sway-5421198489675d4700e68eb143c94cda914c8586.tar.zst
sway-5421198489675d4700e68eb143c94cda914c8586.zip
Add sway_surface
For extending wlr_surface with additional things.
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 76a31d73..12540154 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -16,6 +16,7 @@ sway_sources = files(
16 'desktop/layer_shell.c', 16 'desktop/layer_shell.c',
17 'desktop/output.c', 17 'desktop/output.c',
18 'desktop/render.c', 18 'desktop/render.c',
19 'desktop/surface.c',
19 'desktop/transaction.c', 20 'desktop/transaction.c',
20 'desktop/xdg_shell.c', 21 'desktop/xdg_shell.c',
21 22