diff options
author | Erik Reider <[email protected]> | 2024-01-08 09:23:32 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-08 09:23:32 +0100 |
commit | b875d712407115b381915495e50875cfc523b76d (patch) | |
tree | 4f050bcb1a18179accd390749420d00714664691 /tinywl/tinywl.c | |
parent | 6759e8da7ab53a46b0eb04e5045b8c67262c3a11 (diff) | |
parent | cc83f41dbfc12af350c37f46677b82a64df801b8 (diff) |
Merge pull request #27 from wlrfx/add_back_xkbcommon_dep
Meson fixes
Diffstat (limited to 'tinywl/tinywl.c')
-rw-r--r-- | tinywl/tinywl.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index 03fafee..994574f 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -5,7 +5,9 @@ #include <stdlib.h> #include <stdio.h> #include <time.h> -#include <types/fx/shadow_data.h> +#include <scenefx/fx_renderer/fx_renderer.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,10 +29,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. */ enum tinywl_cursor_mode { TINYWL_CURSOR_PASSTHROUGH, |