sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 6ab38ba098cbdbc88dd0460dcd24b24c2c548d07
parent bea9f9c63fe3bd82343a2552f055162422d87d4d
Author: Brian Ashworth <RedSoxFan@users.noreply.github.com>
Date:   Thu,  6 Sep 2018 06:30:21 -0400

Merge pull request #2590 from RyanDwyer/fix-output-active-workspace

Fix crash when switching to new workspace during transaction
Diffstat:
Msway/desktop/render.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/desktop/render.c b/sway/desktop/render.c @@ -871,7 +871,7 @@ void output_render(struct sway_output *output, struct timespec *when, pixman_region32_union_rect(damage, damage, 0, 0, width, height); } - struct sway_workspace *workspace = output_get_active_workspace(output); + struct sway_workspace *workspace = output->current.active_workspace; struct sway_container *fullscreen_con = workspace->current.fullscreen; if (output_has_opaque_overlay_layer_surface(output)) {