aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-05 17:22:39 -0400
committerLibravatar emersion <contact@emersion.fr>2018-04-05 17:22:39 -0400
commit07f3bb3ad126e48247207126b977688a77e03928 (patch)
tree872b6f42ad6adee7e82ac7985f49462fd62aeaa0 /include
parentMake xwayland surface destroy more foolproof (diff)
downloadsway-07f3bb3ad126e48247207126b977688a77e03928.tar.gz
sway-07f3bb3ad126e48247207126b977688a77e03928.tar.zst
sway-07f3bb3ad126e48247207126b977688a77e03928.zip
Handle xwayland configure requests for unmanaged surfaces
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index e52bee66..faf38bdf 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -87,6 +87,7 @@ struct sway_xwayland_unmanaged {
87 struct wlr_xwayland_surface *wlr_xwayland_surface; 87 struct wlr_xwayland_surface *wlr_xwayland_surface;
88 struct wl_list link; 88 struct wl_list link;
89 89
90 struct wl_listener request_configure;
90 struct wl_listener commit; 91 struct wl_listener commit;
91 struct wl_listener map; 92 struct wl_listener map;
92 struct wl_listener unmap; 93 struct wl_listener unmap;