diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-02 19:22:10 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-04-02 19:22:10 -0400 |
commit | a89096278b3dee599d75b7e91810a354b90a0ecb (patch) | |
tree | 69bb7208e42acab112048192f3a93557c6658186 /include/sway/tree/layout.h | |
parent | d434da563239c43c5fe417ce83b23b417f2ab635 (diff) | |
parent | 64b9b4b1556c1c45273bfbe0ae1c92245414cfed (diff) | |
download | sway-a89096278b3dee599d75b7e91810a354b90a0ecb.tar.xz |
Merge branch 'wlroots' into split-containers
Diffstat (limited to 'include/sway/tree/layout.h')
-rw-r--r-- | include/sway/tree/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h index fbc3d6af..8badb244 100644 --- a/include/sway/tree/layout.h +++ b/include/sway/tree/layout.h @@ -20,7 +20,7 @@ struct sway_root { struct wl_listener output_layout_change; - struct wl_list unmanaged_views; // sway_view::unmanaged_view_link + struct wl_list xwayland_unmanaged; // sway_xwayland_unmanaged::link struct { struct wl_signal new_container; |