mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
tree/view: add getters for sandbox properties
This commit is contained in:
parent
e3f0ba4cd9
commit
cff16d32f9
2 changed files with 35 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue