aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/layout.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-04-02 19:19:38 -0400
committerGitHub <noreply@github.com>2018-04-02 19:19:38 -0400
commit64b9b4b1556c1c45273bfbe0ae1c92245414cfed (patch)
tree380408259cba4ea6a536f64f9726d37e65c59032 /include/sway/tree/layout.h
parent53aead266bb483b1aa987138a2d1658c332d0120 (diff)
parenta4a241697ae591289d7c14eff972e1ef787216e2 (diff)
downloadsway-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.h2
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;