commit | d64bdf4755005854fc59922ed0e4cbf12ebfbdac | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu May 31 10:33:43 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 31 10:33:43 2012 -0400 |
tree | 7957d24618850ac89b9c1a7f1c5f3aadad45b34f | |
parent | f7a69642a9993e17fa045b12cab55b0493a7f6db [diff] |
xwm: Just ignore the synthetic unmap_notify As per ICCCM 4.1.4 we're supposed to withdraw the window when we see the real unmap or the synthetic unmap, whichever comes first. The synthetic unmap may come after the window has been destroyed, so let's just only handle the real unmap.