mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Merge 02638c1f44 into aca9f6b2a2
This commit is contained in:
commit
675bfcbf96
7 changed files with 22 additions and 10 deletions
|
|
@ -141,6 +141,11 @@ enum visibility_mask {
|
|||
VISIBLE = true
|
||||
} visible;
|
||||
|
||||
/**
|
||||
* Whether this con is tabbed or stacked
|
||||
*/
|
||||
bool swayc_is_tabbed_or_stacked(swayc_t *container);
|
||||
|
||||
/**
|
||||
* Allocates a new output container.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue