inclement / vivarium

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

Clear server grab state if grabbed view is unmapped #75

Closed inclement closed 3 years ago

inclement commented 3 years ago

This fixes a crash as the grab state currently continues to reference the view. This solution isn't that neat, but it will be easier to tidy it up once seats are properly abstracted in #71