summaryrefslogtreecommitdiff
path: root/tinywl
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2024-01-06 21:24:37 +0100
committerErik Reider <[email protected]>2024-01-06 21:24:37 +0100
commit3e6108472c3d578175ea6fb685e1919b3585606f (patch)
tree8d9ecc79b48b1b0b087357641863953934520163 /tinywl
parentc66fe881df7aa79a018efbdfe1ea756f2b741b23 (diff)
Moved wlr_scene.h and shadow_data.h into scenefx dir
Diffstat (limited to 'tinywl')
-rw-r--r--tinywl/tinywl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c
index 03fafee..0db1661 100644
--- a/tinywl/tinywl.c
+++ b/tinywl/tinywl.c
@@ -5,7 +5,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
-#include <types/fx/shadow_data.h>
+#include <scenefx/types/fx/shadow_data.h>
+#include <scenefx/types/wlr_scene.h>
#include <unistd.h>
#include <wayland-server-core.h>
#include <wayland-util.h>
@@ -27,8 +28,6 @@
#include <wlr/util/log.h>
#include <xkbcommon/xkbcommon.h>
-#include "types/wlr_scene.h"
-
#include "render/fx_renderer/fx_renderer.h"
/* For brevity's sake, struct members are annotated where they are used. */