mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
More bits for pane Z index tracking from floating panes, mostly by
Michael Grant.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -3438,6 +3438,7 @@ 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, int, int);
|
||||
void layout_make_leaf(struct layout_cell *, struct window_pane *);
|
||||
void layout_make_node(struct layout_cell *, enum layout_type);
|
||||
void layout_fix_zindexes(struct window *, struct layout_cell *);
|
||||
void layout_fix_offsets(struct window *);
|
||||
void layout_fix_panes(struct window *, struct window_pane *);
|
||||
void layout_resize_adjust(struct window *, struct layout_cell *,
|
||||
|
||||
Reference in New Issue
Block a user