Implement the window::floating event

The window::floating event should be emitted when a window transitions
to or from the floating state.
This commit is contained in:
Tony Crisci
2014-06-20 07:44:08 -04:00
committed by Michael Stapelberg
parent c2b6b06da7
commit babfb779d7
3 changed files with 70 additions and 2 deletions

View File

@ -722,6 +722,7 @@ This event consists of a single serialized map containing a property
* +title+ - the window's title has changed
* +fullscreen_mode+ - the window has entered or exited fullscreen mode
* +move+ - the window has changed its position in the tree
* +floating+ - the window has transitioned to or from floating
Additionally a +container (object)+ field will be present, which consists
of the window's parent container. Be aware that for the "new" event, the