sway/include/sway/tree
Brian Ashworth 195226120f Honor output for xdg_toplevel_set_fullscreen
This honors the fullscreen output request for
`xdg_toplevel_set_fullscreen` and `zxdg_toplevel_v6_set_fullscreen`.

If the request was sent before mapping, the fullscreen output request
will be retrieved from the client_pending state for the toplevel. The
output will be passed to `view_map` and if there is a workspace on the
output, the view will be placed on that workspace.

If the request comes in after being mapped, the view will be moved to
the workspace on the output (if there is one) before becoming
fullscreen.
2019-04-11 09:18:48 -06:00
..
arrange.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
container.h scratchpad: set initial size 2019-03-31 17:49:05 -06:00
node.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
root.h Allow for workspace renaming during exec handling 2019-03-23 17:49:27 -04:00
view.h Honor output for xdg_toplevel_set_fullscreen 2019-04-11 09:18:48 -06:00
workspace.h Add workspace {prev,next}_on_output --create 2019-02-17 11:50:07 -05:00