aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <alex@ozal.ski>2023-11-21 19:05:37 -0500
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commit0e1a02bf0aad3d743985602b55043c5de019d1f0 (patch)
tree3dffc032ca7a56dc2d13a0350d33837de0e9f17d /sway/meson.build
parentscene_graph: Use built-in linux dmabuf feedback handling (diff)
downloadsway-0e1a02bf0aad3d743985602b55043c5de019d1f0.tar.gz
sway-0e1a02bf0aad3d743985602b55043c5de019d1f0.tar.zst
sway-0e1a02bf0aad3d743985602b55043c5de019d1f0.zip
scene_graph: Introduce sway_scene_descriptor
Across a wayland compositor, there are multiple shells: It can be a toplevel, or a layer_shell, or even something more meta like a drag icon or highlight indicators when dragging windows around. This object lets us store values that represent these modes of operation and keep track of what object is being represented.
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 3abd778d..26251e58 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -8,6 +8,7 @@ sway_sources = files(
8 'lock.c', 8 'lock.c',
9 'main.c', 9 'main.c',
10 'realtime.c', 10 'realtime.c',
11 'scene_descriptor.c',
11 'server.c', 12 'server.c',
12 'swaynag.c', 13 'swaynag.c',
13 'xdg_activation_v1.c', 14 'xdg_activation_v1.c',