=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1212 retrieving revision 1.1213 diff -u -r1.1212 -r1.1213 --- src/usr.bin/tmux/tmux.h 2024/02/13 08:03:50 1.1212 +++ src/usr.bin/tmux/tmux.h 2024/03/21 11:30:42 1.1213 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1212 2024/02/13 08:03:50 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1213 2024/03/21 11:30:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -3021,7 +3021,7 @@ void window_resize(struct window *, u_int, u_int, int, int); void window_pane_send_resize(struct window_pane *, u_int, u_int); int window_zoom(struct window_pane *); -int window_unzoom(struct window *); +int window_unzoom(struct window *, int); int window_push_zoom(struct window *, int, int); int window_pop_zoom(struct window *); void window_lost_pane(struct window *, struct window_pane *);