From c15af4a182314d8384fc6b28e7c3fc58c0352b83 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:19:48 +0100 Subject: Added back shadow effect --- include/types/fx/shadow_data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/types') 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 #include +#include struct shadow_data { bool enabled; - float *color; + struct wlr_render_color color; float blur_sigma; }; -- cgit v1.2.3