sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 7d8f2c52aa96e4cbe55fe6fb00895401a85f95b6
parent 515150229847c9ebdfd0cabb6f0026fca9d57a23
Author: Tony Crisci <tony@dubstepdish.com>
Date:   Tue,  6 Feb 2018 18:54:10 -0500

make index_child static

Diffstat:
Msway/tree/layout.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/tree/layout.c b/sway/tree/layout.c @@ -61,7 +61,7 @@ void init_layout(void) { &root_container.sway_root->output_layout_change); } -int index_child(const swayc_t *child) { +static int index_child(const swayc_t *child) { // TODO handle floating swayc_t *parent = child->parent; int i, len;