inclement / vivarium

A dynamic tiling Wayland compositor using wlroots
GNU General Public License v3.0
367 stars 13 forks source link

Work around target box failure if a workspace's output is NULL #96

Closed inclement closed 2 years ago

inclement commented 2 years ago

This is by no means an ideal fix, but it should at least resolve an easily-triggered crash when leaving a workspace in between view init and map. I think this has particularly affected xwayland popups as they can appear/disappear a lot and often seem to have a long enough display between init and map for the user to perform actions.

Also created #95 to track that the target box handling isn't neat and needs a little rethink.