tree/view: add getters for sandbox properties

This commit is contained in:
Jacob McNamee 2024-12-26 21:38:05 -08:00
parent 3629a832e5
commit 87f7bce53a
2 changed files with 35 additions and 0 deletions

View file

@ -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,