diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-08-26 10:50:02 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-08-26 10:50:02 -0400 |
| commit | 1b5d3927ac699e425c14941c6e28652efe50c0c1 (patch) | |
| tree | a78b580f6fe08dda7a94633e47c31c717e190c9c /include | |
| parent | cdb5556ee8bba2b676c1199c616ce1bf025b9cce (diff) | |
| parent | 118f9e12f3fbceb6cc2cd935246ec9d9ccde6a90 (diff) | |
Merge pull request #2513 from RyanDwyer/rename-root-outputs
Rename sway_root.outputs to sway_root.all_outputs
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/root.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h index ee4bd836..ec6516c9 100644 --- a/include/sway/tree/root.h +++ b/include/sway/tree/root.h @@ -21,7 +21,8 @@ struct sway_root { struct wlr_texture *debug_tree; - struct wl_list outputs; // sway_output::link + // Includes disabled outputs + struct wl_list all_outputs; // sway_output::link list_t *scratchpad; // struct sway_container list_t *saved_workspaces; // For when there's no connected outputs |
