summaryrefslogtreecommitdiff
path: root/include/scenefx/types/fx
diff options
context:
space:
mode:
Diffstat (limited to 'include/scenefx/types/fx')
-rw-r--r--include/scenefx/types/fx/shadow_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scenefx/types/fx/shadow_data.h b/include/scenefx/types/fx/shadow_data.h
index d96a084..c307871 100644
--- a/include/scenefx/types/fx/shadow_data.h
+++ b/include/scenefx/types/fx/shadow_data.h
@@ -9,6 +9,8 @@ struct shadow_data {
bool enabled;
struct wlr_render_color color;
float blur_sigma;
+ float offset_x;
+ float offset_y;
};
struct shadow_data shadow_data_get_default(void);