Skip to content

Commit

Permalink
#30 better handling of mission control
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jun 9, 2019
1 parent a79f80f commit a5e0cef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,9 @@ static EVENT_CALLBACK(EVENT_HANDLER_MISSION_CONTROL_EXIT)
}
}

window_manager_validate_windows_on_space(&g_space_manager, &g_window_manager, g_space_manager.current_space_id);
window_manager_check_for_windows_on_space(&g_space_manager, &g_window_manager, g_space_manager.current_space_id);

return EVENT_SUCCESS;
}

Expand Down

0 comments on commit a5e0cef

Please sign in to comment.