aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree')
-rw-r--r--include/sway/tree/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 6007ec49..b495fdf9 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -96,6 +96,10 @@ struct sway_view {
// when a transaction is applied.
struct wlr_box saved_geometry;
+ struct wlr_foreign_toplevel_handle_v1 *foreign_toplevel;
+ struct wl_listener foreign_activate_request;
+ struct wl_listener foreign_close_request;
+
bool destroying;
list_t *executed_criteria; // struct criteria *