summaryrefslogtreecommitdiff
path: root/include/types
diff options
context:
space:
mode:
Diffstat (limited to 'include/types')
-rw-r--r--include/types/fx/shadow_data.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/types/fx/shadow_data.h b/include/types/fx/shadow_data.h
deleted file mode 100644
index d96a084..0000000
--- a/include/types/fx/shadow_data.h
+++ /dev/null
@@ -1,18 +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;
-};
-
-struct shadow_data shadow_data_get_default(void);
-
-bool scene_buffer_has_shadow(struct shadow_data *data);
-
-#endif