diff options
Diffstat (limited to 'tinywl')
| -rw-r--r-- | tinywl/tinywl.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index 0db1661..994574f 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -5,6 +5,7 @@  #include <stdlib.h>  #include <stdio.h>  #include <time.h> +#include <scenefx/fx_renderer/fx_renderer.h>  #include <scenefx/types/fx/shadow_data.h>  #include <scenefx/types/wlr_scene.h>  #include <unistd.h> @@ -28,8 +29,6 @@  #include <wlr/util/log.h>  #include <xkbcommon/xkbcommon.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, | 
