aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 789a67c0..9e34b0d1 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -169,6 +169,7 @@ struct sway_xwayland_unmanaged {
169 169
170 int lx, ly; 170 int lx, ly;
171 171
172 struct wl_listener request_activate;
172 struct wl_listener request_configure; 173 struct wl_listener request_configure;
173 struct wl_listener request_fullscreen; 174 struct wl_listener request_fullscreen;
174 struct wl_listener commit; 175 struct wl_listener commit;