aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-22 18:03:46 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-22 18:37:14 -0500
commit66d1e0b313c6bbee142bb08e4af07ce6f15cffca (patch)
treef00e015bbf929b4d88bfe5b12e0f809f2c27525e /include
parentbug: fix crash on focus up (diff)
downloadsway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.tar.gz
sway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.tar.zst
sway-66d1e0b313c6bbee142bb08e4af07ce6f15cffca.zip
basic layout command
Diffstat (limited to 'include')
-rw-r--r--include/sway/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index 48363be6..f200a1a2 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -164,4 +164,6 @@ swayc_t *swayc_at(swayc_t *parent, double lx, double ly,
164void container_for_each_bfs(swayc_t *con, void (*f)(swayc_t *con, void *data), 164void container_for_each_bfs(swayc_t *con, void (*f)(swayc_t *con, void *data),
165 void *data); 165 void *data);
166 166
167swayc_t *swayc_change_layout(swayc_t *container, enum swayc_layouts layout);
168
167#endif 169#endif