diff options
author | amy <[email protected]> | 2024-10-27 19:14:24 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-27 19:14:24 -0500 |
commit | 5eaf99e89af029623297f08d684cd98449c81eb3 (patch) | |
tree | 6d139a90abffb3a706fdc40126c0701abfb8cd79 /include/scenefx/types/fx | |
parent | 042ed3a4c2667d04613fe6800700e9b1943fdb70 (diff) | |
parent | d998099612f0397234910ce753859ee127ec5b45 (diff) |
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 |