aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/layers.h
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-10-23 19:39:47 +0200
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-10-27 11:07:18 -0400
commitad078865438845f1f4732f05414d1fdd3a69560e (patch)
tree480a8bc4fb144d00e4e137570ef93a4da7bde298 /include/sway/layers.h
parentcriteria: make literal comparison for __focused__ values (diff)
downloadsway-ad078865438845f1f4732f05414d1fdd3a69560e.tar.gz
sway-ad078865438845f1f4732f05414d1fdd3a69560e.tar.zst
sway-ad078865438845f1f4732f05414d1fdd3a69560e.zip
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.h1
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 {
22 struct wl_listener new_popup; 22 struct wl_listener new_popup;
23 23
24 struct wlr_box geo; 24 struct wlr_box geo;
25 enum zwlr_layer_shell_v1_layer layer;
25}; 26};
26 27
27struct sway_layer_popup { 28struct sway_layer_popup {