mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 09:45:41 +00:00
Initial commit.
This commit is contained in:
3
layout.c
3
layout.c
@@ -1328,7 +1328,8 @@ layout_split_pane(struct window_pane *wp, enum layout_type type, int size,
|
||||
* layout_assign_pane before much else happens!
|
||||
*/
|
||||
struct layout_cell *
|
||||
layout_floating_pane(struct window *w, u_int sx, u_int sy, int ox, int oy)
|
||||
layout_floating_pane(struct window *w, struct layout_cell *lc, u_int sx,
|
||||
u_int sy, int ox, int oy)
|
||||
{
|
||||
struct layout_cell *lc = w->layout_root, *lcnew, *lcparent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user