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:
committed by
Michael Stapelberg
parent
c2b6b06da7
commit
babfb779d7
1
docs/ipc
1
docs/ipc
@ -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
|
||||
|
Reference in New Issue
Block a user