mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
parent
8cdcb77e12
commit
0cbd26f0da
6 changed files with 112 additions and 2 deletions
|
|
@ -232,6 +232,8 @@ void view_get_constraints(struct sway_view *view, double *min_width,
|
|||
uint32_t view_configure(struct sway_view *view, double lx, double ly, int width,
|
||||
int height);
|
||||
|
||||
bool view_inhibit_idle(struct sway_view *view);
|
||||
|
||||
/**
|
||||
* Whether or not the view is the only visible view in its tree. If the view
|
||||
* is tiling, there may be floating views. If the view is floating, there may
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue