]> git.mdlowis.com Git - proto/labwc.git/commit
fix crash when a minimized window closes
authorbi4k8 <bi4k8@github>
Sat, 11 Dec 2021 23:24:44 +0000 (23:24 +0000)
committerARDiDo <90479315+ARDiDo@users.noreply.github.com>
Mon, 13 Dec 2021 00:03:03 +0000 (19:03 -0500)
commit3a29e436e52a2cc80e81752dfaed3c3d743fae96
tree9151605c49dc665e5bd33689afdfda85fd9f8be3
parent730a642bea71cb12148099e8d9b333871984d1a6
fix crash when a minimized window closes

e.g., open an editor from a terminal, minimize it, then hit ^C in the terminal

simply don't unmap xdg or xwayland views if they are not currently marked as mapped
src/xdg.c
src/xwayland.c