summaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2023-05-19 21:14:06 +0200
committerGitHub <[email protected]>2023-05-19 21:14:06 +0200
commit415e072a3af292937f0b4c41acadafaee6958437 (patch)
tree354de329d9cbf66054260d50aebefd86a26d5055 /include/sway/output.h
parent67078429428f0a97333c107da8a3ad8fb678a602 (diff)
Add blur, shadow, and corner radius to layer-shell surfaces (#144)
Co-authored-by: Will McKinnon <[email protected]>
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 65f7ca1a..3215c853 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -13,6 +13,12 @@
struct sway_server;
struct sway_container;
+struct render_data {
+ pixman_region32_t *damage;
+ struct wlr_box *clip_box;
+ struct decoration_data deco_data;
+};
+
struct sway_output_state {
list_t *workspaces;
struct sway_workspace *active_workspace;