Merge pull request #2513 from RyanDwyer/rename-root-outputs

Rename sway_root.outputs to sway_root.all_outputs
This commit is contained in:
Drew DeVault 2018-08-26 10:50:02 -04:00 committed by GitHub
commit 10c2c09cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 6 deletions

View file

@ -556,7 +556,7 @@ void handle_new_output(struct wl_listener *listener, void *data) {
wl_signal_add(&wlr_output->events.destroy, &output->destroy);
output->destroy.notify = handle_destroy;
wl_list_insert(&root_container.sway_root->outputs, &output->link);
wl_list_insert(&root_container.sway_root->all_outputs, &output->link);
if (!wl_list_empty(&wlr_output->modes)) {
struct wlr_output_mode *mode =