diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-02 19:19:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 19:19:38 -0400 |
commit | 64b9b4b1556c1c45273bfbe0ae1c92245414cfed (patch) | |
tree | 380408259cba4ea6a536f64f9726d37e65c59032 /include/sway/tree/layout.h | |
parent | 53aead266bb483b1aa987138a2d1658c332d0120 (diff) | |
parent | a4a241697ae591289d7c14eff972e1ef787216e2 (diff) | |
download | sway-64b9b4b1556c1c45273bfbe0ae1c92245414cfed.tar.xz |
Merge pull request #1691 from emersion/view-redesign
Views redesign
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 e1034657..a14152e8 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; |