=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.365 retrieving revision 1.366 diff -u -r1.365 -r1.366 --- src/usr.bin/tmux/tmux.h 2012/11/27 16:12:29 1.365 +++ src/usr.bin/tmux/tmux.h 2012/11/27 20:08:42 1.366 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.365 2012/11/27 16:12:29 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.366 2012/11/27 20:08:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2145,10 +2145,10 @@ const char *, const char *, struct environ *, struct termios *, char **); void window_pane_resize(struct window_pane *, u_int, u_int); -void window_pane_alternate_on( - struct window_pane *, struct grid_cell *); -void window_pane_alternate_off( - struct window_pane *, struct grid_cell *); +void window_pane_alternate_on(struct window_pane *, + struct grid_cell *, int); +void window_pane_alternate_off(struct window_pane *, + struct grid_cell *, int); int window_pane_set_mode( struct window_pane *, const struct window_mode *); void window_pane_reset_mode(struct window_pane *);