diff options
Diffstat (limited to 'include/sway/layers.h')
-rw-r--r-- | include/sway/layers.h | 1 |
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; }; |