aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 0dcbf1aa..ca099431 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -74,6 +74,7 @@ struct sway_view {
74 struct sway_xdg_decoration *xdg_decoration; 74 struct sway_xdg_decoration *xdg_decoration;
75 75
76 pid_t pid; 76 pid_t pid;
77 struct launcher_ctx *ctx;
77 78
78 // The size the view would want to be if it weren't tiled. 79 // The size the view would want to be if it weren't tiled.
79 // Used when changing a view from tiled to floating. 80 // Used when changing a view from tiled to floating.
@@ -372,4 +373,6 @@ void view_save_buffer(struct sway_view *view);
372 373
373bool view_is_transient_for(struct sway_view *child, struct sway_view *ancestor); 374bool view_is_transient_for(struct sway_view *child, struct sway_view *ancestor);
374 375
376void view_assign_ctx(struct sway_view *view, struct launcher_ctx *ctx);
377
375#endif 378#endif