aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop')
-rw-r--r--sway/desktop/layer_shell.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c
index 02df6cbe..b1ee8ae3 100644
--- a/sway/desktop/layer_shell.c
+++ b/sway/desktop/layer_shell.c
@@ -88,8 +88,7 @@ static void arrange_layer(struct sway_output *output, struct wl_list *list,
88 wl_list_for_each(sway_layer, list, link) { 88 wl_list_for_each(sway_layer, list, link) {
89 struct wlr_layer_surface_v1 *layer = sway_layer->layer_surface; 89 struct wlr_layer_surface_v1 *layer = sway_layer->layer_surface;
90 struct wlr_layer_surface_v1_state *state = &layer->current; 90 struct wlr_layer_surface_v1_state *state = &layer->current;
91 if (!layer->mapped || 91 if (exclusive != (state->exclusive_zone > 0)) {
92 exclusive != (state->exclusive_zone > 0)) {
93 continue; 92 continue;
94 } 93 }
95 struct wlr_box bounds; 94 struct wlr_box bounds;