summaryrefslogtreecommitdiff
path: root/include/sway/layers.h
diff options
context:
space:
mode:
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;
};