sway

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

commit 60220fcecd1d30c022b3137372d339204e8238c6
parent dd4a6586b24b67df522d1617a6fac774cefd9821
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 18 Jan 2019 10:16:22 -0500

Merge pull request #3460 from emersion/output-enable-segfault

Fix segfault in output_enable
Diffstat:
Msway/tree/output.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/tree/output.c b/sway/tree/output.c @@ -228,6 +228,7 @@ void output_disable(struct sway_output *output) { list_del(root->outputs, index); output->enabled = false; + output->configured = false; arrange_root(); }