tree/view: add getters for sandbox properties

This commit is contained in:
Jacob McNamee 2024-12-26 21:38:05 -08:00 committed by Simon Ser
parent e3f0ba4cd9
commit cff16d32f9
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,