mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Implement fullscreen global
This commit is contained in:
parent
75406bb93b
commit
20aa8ee67d
22 changed files with 331 additions and 131 deletions
|
|
@ -134,7 +134,7 @@ static void copy_container_state(struct sway_container *container,
|
|||
state->y = container->y;
|
||||
state->width = container->width;
|
||||
state->height = container->height;
|
||||
state->is_fullscreen = container->is_fullscreen;
|
||||
state->fullscreen_mode = container->fullscreen_mode;
|
||||
state->parent = container->parent;
|
||||
state->workspace = container->workspace;
|
||||
state->border = container->border;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue