Implement the window::close event

The window::close event should be emitted when a window closes.
This commit is contained in:
Tony Crisci
2014-06-19 03:17:52 -04:00
committed by Michael Stapelberg
parent 0df172fd05
commit 25ca78bbba
3 changed files with 54 additions and 0 deletions

View File

@ -717,6 +717,7 @@ This event consists of a single serialized map containing a property
+change (string)+ which indicates the type of the change
* +new+ - the window has become managed by i3
* +close+ - the window has closed
* +focus+ - the window has received input focus
* +title+ - the window's title has changed
* +fullscreen_mode+ - the window has entered or exited fullscreen mode