]> git.sur5r.net Git - i3/i3/commit
Add parameter to reparent windows instead of killing them when closing a container
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 14 May 2010 22:16:59 +0000 (00:16 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 14 May 2010 22:16:59 +0000 (00:16 +0200)
commit2d52ecf071110ee8a84a19ac09080eb07c247dbd
tree03ffc1f447f0ac645ddb1794047f39f690fd4d45
parentdef41582d1fbf070110f8a58c2f7e00825da0bca
Add parameter to reparent windows instead of killing them when closing a container

Necessary because when windows are unmapped, they are not necessary to
be killed (an application can unmap it temporarily).
include/tree.h
src/cmdparse.y
src/floating.c
src/handlers.c
src/tree.c
src/workspace.c