aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <alex@ozal.ski>2023-02-21 20:58:17 -0500
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commit5f0801b6f245cc789ea93b9449dd0c573ef36e66 (patch)
tree657615d28252b0b3bd01ef240ac6ae49dad15f74 /sway/tree/view.c
parentDelete old damage tracking code (diff)
downloadsway-5f0801b6f245cc789ea93b9449dd0c573ef36e66.tar.gz
sway-5f0801b6f245cc789ea93b9449dd0c573ef36e66.tar.zst
sway-5f0801b6f245cc789ea93b9449dd0c573ef36e66.zip
container: Don't track outputs
The scene graph abstraction does this for us
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 2874e88b..3bc0855b 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -25,7 +25,6 @@
25#include "sway/input/seat.h" 25#include "sway/input/seat.h"
26#include "sway/scene_descriptor.h" 26#include "sway/scene_descriptor.h"
27#include "sway/server.h" 27#include "sway/server.h"
28#include "sway/surface.h"
29#include "sway/sway_text_node.h" 28#include "sway/sway_text_node.h"
30#include "sway/tree/arrange.h" 29#include "sway/tree/arrange.h"
31#include "sway/tree/container.h" 30#include "sway/tree/container.h"