diff options
Diffstat (limited to 'include/types/fx')
-rw-r--r-- | include/types/fx/shadow_data.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/types/fx/shadow_data.h b/include/types/fx/shadow_data.h index 804acfe..d96a084 100644 --- a/include/types/fx/shadow_data.h +++ b/include/types/fx/shadow_data.h @@ -3,10 +3,11 @@ #include <stdbool.h> #include <wlr/util/addon.h> +#include <wlr/render/pass.h> struct shadow_data { bool enabled; - float *color; + struct wlr_render_color color; float blur_sigma; }; |