diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-06-08 23:02:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-06-08 23:02:25 +0100 |
commit | 4581240cedd70be3b1dc9dd8620d22c112ce38b0 (patch) | |
tree | 054069ec32f53a007d136bd5a32646408ac2f5b4 /tmux.h | |
parent | 713e0ddef3ad593b990bd0e71f5fcbe177212a5e (diff) | |
parent | f6bad7efd76109de122bb3b670d0e18f86ec38bb (diff) | |
download | rtmux-4581240cedd70be3b1dc9dd8620d22c112ce38b0.tar.gz rtmux-4581240cedd70be3b1dc9dd8620d22c112ce38b0.tar.bz2 rtmux-4581240cedd70be3b1dc9dd8620d22c112ce38b0.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2207,6 +2207,9 @@ void layout_free_cell(struct layout_cell *); void layout_print_cell(struct layout_cell *, const char *, u_int); void layout_destroy_cell(struct window *, struct layout_cell *, struct layout_cell **); +void layout_resize_layout(struct window *, struct layout_cell *, + enum layout_type, int, int); +struct layout_cell *layout_search_by_border(struct layout_cell *, u_int, u_int); void layout_set_size(struct layout_cell *, u_int, u_int, u_int, u_int); void layout_make_leaf(struct layout_cell *, struct window_pane *); |