aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/layer_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/layer_shell.c')
-rw-r--r--sway/desktop/layer_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c
index 137b3260..4bfd1c45 100644
--- a/sway/desktop/layer_shell.c
+++ b/sway/desktop/layer_shell.c
@@ -172,7 +172,7 @@ void arrange_layers(struct sway_output *output) {
172 if (memcmp(&usable_area_before, 172 if (memcmp(&usable_area_before,
173 &usable_area, sizeof(struct wlr_box)) != 0) { 173 &usable_area, sizeof(struct wlr_box)) != 0) {
174 wlr_log(L_DEBUG, "arrange"); 174 wlr_log(L_DEBUG, "arrange");
175 arrange_windows(output->swayc, -1, -1); 175 container_arrange_windows(output->swayc, -1, -1);
176 } 176 }
177 177
178 // Arrange non-exlusive surfaces from top->bottom 178 // Arrange non-exlusive surfaces from top->bottom