Add an accessor function needed for floating panes.

This commit is contained in:
nicm
2026-05-27 19:36:04 +00:00
parent ee67452772
commit bbe26df83d
2 changed files with 13 additions and 0 deletions

1
tmux.h
View File

@@ -3368,6 +3368,7 @@ struct window *window_create(u_int, u_int, u_int, u_int);
void window_pane_set_event(struct window_pane *);
struct window_pane *window_get_active_at(struct window *, u_int, u_int);
struct window_pane *window_find_string(struct window *, const char *);
int window_has_floating_panes(struct window *);
int window_has_pane(struct window *, struct window_pane *);
int window_set_active_pane(struct window *, struct window_pane *,
int);