mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Merge pull request #2505 from RyanDwyer/fix-set-fullscreen
Fix sending fullscreen event to view
This commit is contained in:
commit
ce12d912dc
@ -1201,6 +1201,7 @@ void container_set_fullscreen(struct sway_container *container, bool enable) {
|
|||||||
container_set_fullscreen(workspace->sway_workspace->fullscreen, false);
|
container_set_fullscreen(workspace->sway_workspace->fullscreen, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set_fullscreen_iterator(container, &enable);
|
||||||
container_for_each_child(container, set_fullscreen_iterator, &enable);
|
container_for_each_child(container, set_fullscreen_iterator, &enable);
|
||||||
|
|
||||||
container->is_fullscreen = enable;
|
container->is_fullscreen = enable;
|
||||||
|
Loading…
Reference in New Issue
Block a user