summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index ec9e2385..e7e9d944 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -98,6 +98,8 @@ struct sway_container {
98 // Passed the previous parent 98 // Passed the previous parent
99 struct wl_signal reparent; 99 struct wl_signal reparent;
100 } events; 100 } events;
101
102 struct wl_listener reparent;
101}; 103};
102 104
103struct sway_container *container_create(enum sway_container_type type); 105struct sway_container *container_create(enum sway_container_type type);