]> git.sur5r.net Git - i3/i3/commit
Handle destroy notify events like unmap notify events
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 24 Mar 2010 15:52:16 +0000 (16:52 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 24 Mar 2010 15:52:16 +0000 (16:52 +0100)
commit46e7cf5fe13f17870db66819544baf737dc2d648
tree519751079c1893821510fd760ea283abe065bca1
parente90e80c87db036f07348126345b09fadeaa705b6
Handle destroy notify events like unmap notify events

This helps for windows which are immediately destroyed instead of
unmapped, like when starting i3status | ./foobar | dzen2 -dock
and foobar does not exist (i3status and dzen2 will get a SIGPIPE).
include/handlers.h
src/handlers.c
src/mainx.c