swayfx/sway/desktop
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
..
desktop.c Stop using wlr_output->{lx,ly} 2019-03-11 12:43:01 -04:00
idle_inhibit_v1.c idle_inhibit: fix crash during view destruction 2019-04-03 19:46:08 +03:00
layer_shell.c Handle seat_get_focused_workspace returning NULL 2019-03-12 19:14:04 +01:00
output.c swaybg: one instance for all outputs 2019-04-04 20:08:21 +03:00
render.c Remove debug tree 2019-03-18 11:29:19 -04:00
transaction.c Implement inhibit_idle command 2019-03-24 19:26:12 -06:00
xdg_shell.c Honor output for xdg_toplevel_set_fullscreen 2019-04-11 09:18:48 -06:00
xdg_shell_v6.c Honor output for xdg_toplevel_set_fullscreen 2019-04-11 09:18:48 -06:00
xwayland.c Honor output for xdg_toplevel_set_fullscreen 2019-04-11 09:18:48 -06:00