From d789e3a3737a368b69e4109ddc6da5b59d7810ad Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 26 Dec 2024 21:38:05 -0800 Subject: tree/view: add getters for sandbox properties --- include/sway/tree/view.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index f6032221..9f084eeb 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -221,6 +221,12 @@ const char *view_get_window_role(struct sway_view *view); uint32_t view_get_window_type(struct sway_view *view); +const char *view_get_sandbox_engine(struct sway_view *view); + +const char *view_get_sandbox_app_id(struct sway_view *view); + +const char *view_get_sandbox_instance_id(struct sway_view *view); + const char *view_get_shell(struct sway_view *view); void view_get_constraints(struct sway_view *view, double *min_width, -- cgit v1.2.3