This commit is contained in:
Tony Crisci 2016-08-06 10:07:23 +00:00 committed by GitHub
commit 675bfcbf96
7 changed files with 22 additions and 10 deletions

View file

@ -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.
*/