diff options
author | taiyu <[email protected]> | 2015-08-19 20:22:15 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-19 20:22:15 -0700 |
commit | 5ff0619ca1cab044004df044c253c9170b8316c3 (patch) | |
tree | 7872a66e494acb90dd08ffc76665557b0e0ca874 /include/layout.h | |
parent | 470b4dfbae146d83c0061b39534c16b5aad90f1c (diff) |
input state, find_container_in_direction
Diffstat (limited to 'include/layout.h')
-rw-r--r-- | include/layout.h | 2 |
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 @@ #include <wlc/wlc.h> #include "list.h" #include "container.h" +#include "focus.h" extern swayc_t root_container; @@ -26,5 +27,6 @@ void focus_view_for(swayc_t *ancestor, swayc_t *container); swayc_t *get_focused_container(swayc_t *parent); swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent); +swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir); #endif |