aboutsummaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-19 20:22:15 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-19 20:22:15 -0700
commit5ff0619ca1cab044004df044c253c9170b8316c3 (patch)
tree7872a66e494acb90dd08ffc76665557b0e0ca874 /include/layout.h
parentkey_state.ch, and command conflicts resolved (diff)
downloadsway-5ff0619ca1cab044004df044c253c9170b8316c3.tar.gz
sway-5ff0619ca1cab044004df044c253c9170b8316c3.tar.zst
sway-5ff0619ca1cab044004df044c253c9170b8316c3.zip
input state, find_container_in_direction
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h
index 98fdb531..75e72d2f 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -4,6 +4,7 @@
4#include <wlc/wlc.h> 4#include <wlc/wlc.h>
5#include "list.h" 5#include "list.h"
6#include "container.h" 6#include "container.h"
7#include "focus.h"
7 8
8extern swayc_t root_container; 9extern swayc_t root_container;
9 10
@@ -26,5 +27,6 @@ void focus_view_for(swayc_t *ancestor, swayc_t *container);
26 27
27swayc_t *get_focused_container(swayc_t *parent); 28swayc_t *get_focused_container(swayc_t *parent);
28swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent); 29swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent);
30swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir);
29 31
30#endif 32#endif