=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window.c,v retrieving revision 1.123 retrieving revision 1.124 diff -c -r1.123 -r1.124 *** src/usr.bin/tmux/window.c 2015/04/25 18:09:28 1.123 --- src/usr.bin/tmux/window.c 2015/04/25 18:33:59 1.124 *************** *** 1,4 **** ! /* $OpenBSD: window.c,v 1.123 2015/04/25 18:09:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window.c,v 1.124 2015/04/25 18:33:59 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 48,53 **** --- 48,55 ---- * is maintained and a window removed from the global list and destroyed when * it reaches zero. */ + + ARRAY_DECL(window_pane_list, struct window_pane *); /* Global window list. */ struct windows windows;