diff options
author | taiyu <[email protected]> | 2015-08-21 10:28:37 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-21 10:28:37 -0700 |
commit | 1a1ac64662a603fdeb7025bed3822e24f9158076 (patch) | |
tree | 4ac14ed2cb3942072824a3376337ea5492bf4e75 /include/layout.h | |
parent | 034358dbfd07e013417bafcbcc819ddad90a2f21 (diff) |
bugfixes, renames
Diffstat (limited to 'include/layout.h')
-rw-r--r-- | include/layout.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/layout.h b/include/layout.h index 55bb6709..7b8829ed 100644 --- a/include/layout.h +++ b/include/layout.h @@ -19,17 +19,10 @@ swayc_t *remove_child(swayc_t *child); void move_container(swayc_t* container,swayc_t* root,enum movement_direction direction); - // Layout void arrange_windows(swayc_t *container, double width, double height); -// Focus -void unfocus_all(swayc_t *container); -void focus_view(swayc_t *view); -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); void recursive_resize(swayc_t *container, double amount, enum wlc_resize_edge edge); |