mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 14:04:11 +01:00
parent
395ff7a541
commit
e81c26fab9
@ -1201,6 +1201,7 @@ void container_set_fullscreen(struct sway_container *container, bool enable) {
|
||||
container_set_fullscreen(workspace->sway_workspace->fullscreen, false);
|
||||
}
|
||||
|
||||
set_fullscreen_iterator(container, &enable);
|
||||
container_for_each_child(container, set_fullscreen_iterator, &enable);
|
||||
|
||||
container->is_fullscreen = enable;
|
||||
|
Loading…
Reference in New Issue
Block a user