From 3d29e73e72d772763a4a9e50ec4c857ef716f29a Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 7 May 2018 17:24:33 +0100 Subject: layer-shell: use usable_area when arranging non-exclusive layer surfaces --- sway/desktop/layer_shell.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sway/desktop/layer_shell.c') diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c index c904880d..b60aa487 100644 --- a/sway/desktop/layer_shell.c +++ b/sway/desktop/layer_shell.c @@ -180,9 +180,6 @@ void arrange_layers(struct sway_output *output) { } // Arrange non-exlusive surfaces from top->bottom - usable_area.x = usable_area.y = 0; - wlr_output_effective_resolution(output->wlr_output, - &usable_area.width, &usable_area.height); arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY], &usable_area, false); arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP], -- cgit v1.2.3-54-g00ecf