summaryrefslogtreecommitdiff
path: root/include/sway/layers.h
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2023-09-21 03:35:49 +0200
committerGitHub <[email protected]>2023-09-20 21:35:49 -0400
commitd89c365106b8d58e4a37ad58e9987a7da28c8951 (patch)
treee51fb83ee93d7544e23dbe65edb19c163894c30a /include/sway/layers.h
parent6f6991a1b38b03e87fd3f73607ca2393ae62cfea (diff)
Add layer effect option to ignore transparent regions when blurring (#159)
Diffstat (limited to 'include/sway/layers.h')
-rw-r--r--include/sway/layers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/layers.h b/include/sway/layers.h
index b04990dc..5871f0d8 100644
--- a/include/sway/layers.h
+++ b/include/sway/layers.h
@@ -30,6 +30,7 @@ struct sway_layer_surface {
bool has_shadow;
bool has_blur;
+ bool blur_ignore_transparent;
int corner_radius;
};