commit | ab6d6674b68856e3b332629654c2e59be713a1ea | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Sep 03 16:38:51 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Sep 03 20:57:18 2013 -0700 |
tree | de100c6094fdc06827d6ec085d8465c562c08cdf | |
parent | 318ea3778274f6edb6846f16cda90f8c3f36ea8e [diff] |
xwm: Unmap frame window when client window is unmapped We used to destroy the frame window and reparent the client window to wm_window. That means that we lose the destroy_notify event when the client window is destroyed later, since we don't select for substructure_notify on wm_window. Instead of destroying and reparenting, just unmap the frame window.