Skip to content

Commit

Permalink
Fix sending fullscreen event to view
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDwyer committed Aug 21, 2018
1 parent 395ff7a commit e81c26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sway/tree/container.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e81c26f

Please sign in to comment.