From 7ce1038478de99f9328beaa289503826f107ac83 Mon Sep 17 00:00:00 2001
From: emersion <contact@emersion.fr>
Date: Thu, 5 Apr 2018 17:08:30 -0400
Subject: Fix xwayland unmanaged surfaces

---
 include/sway/tree/view.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'include/sway/tree')

diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 2eca7a3e..e52bee66 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -87,6 +87,9 @@ struct sway_xwayland_unmanaged {
 	struct wlr_xwayland_surface *wlr_xwayland_surface;
 	struct wl_list link;
 
+	struct wl_listener commit;
+	struct wl_listener map;
+	struct wl_listener unmap;
 	struct wl_listener destroy;
 };
 
-- 
cgit v1.2.3