diff options
Diffstat (limited to 'include/sway/layers.h')
-rw-r--r-- | include/sway/layers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/layers.h b/include/sway/layers.h index f8508493..b04990dc 100644 --- a/include/sway/layers.h +++ b/include/sway/layers.h @@ -27,6 +27,10 @@ struct sway_layer_surface { enum zwlr_layer_shell_v1_layer layer; struct wl_list subsurfaces; + + bool has_shadow; + bool has_blur; + int corner_radius; }; struct sway_layer_popup { |