mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
default gap value
This commit is contained in:
parent
ccf43329a8
commit
dbeca88dee
4 changed files with 30 additions and 29 deletions
|
|
@ -107,6 +107,8 @@ bool swayc_is_active(swayc_t *view);
|
|||
bool swayc_is_parent_of(swayc_t *parent, swayc_t *child);
|
||||
// Is `child` a child of `parent`
|
||||
bool swayc_is_child_of(swayc_t *child, swayc_t *parent);
|
||||
// Return gap of specified container
|
||||
int swayc_gap(swayc_t *container);
|
||||
|
||||
// Mapping functions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue