diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-21 17:00:00 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-21 17:00:00 -0400 |
commit | 39041d07b5fc3420cd964142a948f429b36a7a5c (patch) | |
tree | 1849aab63cd338bbb14567d9534d5266ca64dd6e /include/layout.h | |
parent | f7a6dd7ce95ff5c5cefcd524d4261f78a887f0a9 (diff) | |
parent | b05317c3a60c751ee4fbc596182b02f568b71c2e (diff) |
Merge remote-tracking branch 'taiyu-len/master'
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); |