From ad078865438845f1f4732f05414d1fdd3a69560e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 23 Oct 2019 19:39:47 +0200 Subject: Handle layer changes for layer shell surfaces Closes: https://github.com/swaywm/sway/issues/4644 References: https://github.com/emersion/rootston/commit/1982106c9b0fbd48ee9fe20e013524125f6ca3cf --- include/sway/layers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/layers.h') 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 { -- cgit v1.2.3-54-g00ecf