aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-09-09 10:20:06 +0200
committerKenny Levinsen <kl@kl.wtf>2021-09-09 12:04:35 +0200
commit7832005a1fefaebcbc6eff0ac6c14cef6fe6888c (patch)
tree09f838fb83e47aaaf67c4711523851017d289ff9
parent679f5ed966e0460828e87497754783cc2fc7d731 (diff)
scene: move source to subdir
This will allow more scene-graph extensions to be added without cluttering wlr_scene.c, for instance for sub-surface handling and wlr_output_layout integration.
-rw-r--r--types/meson.build2
-rw-r--r--types/scene/wlr_scene.c (renamed from types/wlr_scene.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/types/meson.build b/types/meson.build
index bb27e7b4..19385e3a 100644
--- a/types/meson.build
+++ b/types/meson.build
@@ -3,6 +3,7 @@ wlr_files += files(
'data_device/wlr_data_offer.c',
'data_device/wlr_data_source.c',
'data_device/wlr_drag.c',
+ 'scene/wlr_scene.c',
'seat/wlr_seat_keyboard.c',
'seat/wlr_seat_pointer.c',
'seat/wlr_seat_touch.c',
@@ -49,7 +50,6 @@ wlr_files += files(
'wlr_primary_selection.c',
'wlr_region.c',
'wlr_relative_pointer_v1.c',
- 'wlr_scene.c',
'wlr_screencopy_v1.c',
'wlr_server_decoration.c',
'wlr_surface.c',
diff --git a/types/wlr_scene.c b/types/scene/wlr_scene.c
index 6a988e53..6a988e53 100644
--- a/types/wlr_scene.c
+++ b/types/scene/wlr_scene.c