diff options
author | Simon Ser <contact@emersion.fr> | 2019-10-23 19:39:47 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-27 11:07:18 -0400 |
commit | ad078865438845f1f4732f05414d1fdd3a69560e (patch) | |
tree | 480a8bc4fb144d00e4e137570ef93a4da7bde298 /include/sway/layers.h | |
parent | 7c9b71f5c61764be2e1459750dcd7978b8f45e5b (diff) |
Handle layer changes for layer shell surfaces
Closes: https://github.com/swaywm/sway/issues/4644
References: https://github.com/emersion/rootston/commit/1982106c9b0fbd48ee9fe20e013524125f6ca3cf
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 255af8a0..025776f8 100644 --- a/include/sway/layers.h +++ b/include/sway/layers.h @@ -22,6 +22,7 @@ struct sway_layer_surface { struct wl_listener new_popup; struct wlr_box geo; + enum zwlr_layer_shell_v1_layer layer; }; struct sway_layer_popup { |