]> git.sur5r.net Git - i3/i3/commit
Bugfix: properly react to windows being unmapped before we can reparent (Thanks xeen...
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Sep 2012 10:09:06 +0000 (12:09 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Sep 2012 10:09:06 +0000 (12:09 +0200)
commita3f3d5670ca8ec0414805a4613a20d7b87b78630
tree7257e42ac62a8d7345682c646e88d9bb1d921ee7
parent8eb39477bf798fd203539c47a116382f93fe22a8
Bugfix: properly react to windows being unmapped before we can reparent (Thanks xeen, darkraven)

We need to verify that setting the event mask works, and we need to
include StructureNotify to get unmap events at any point in time.
Thanks darkraven for the pointer.

fixes #718
src/manage.c