diff options
Diffstat (limited to 'include/scenefx/types/fx')
-rw-r--r-- | include/scenefx/types/fx/shadow_data.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/scenefx/types/fx/shadow_data.h b/include/scenefx/types/fx/shadow_data.h deleted file mode 100644 index c307871..0000000 --- a/include/scenefx/types/fx/shadow_data.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef TYPES_DECORATION_DATA -#define TYPES_DECORATION_DATA - -#include <stdbool.h> -#include <wlr/util/addon.h> -#include <wlr/render/pass.h> - -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); - -bool scene_buffer_has_shadow(struct shadow_data *data); - -#endif |