=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- src/usr.bin/tmux/tmux.h 2009/11/04 23:42:51 1.167 +++ src/usr.bin/tmux/tmux.h 2009/11/04 23:54:57 1.168 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.167 2009/11/04 23:42:51 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.168 2009/11/04 23:54:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -810,7 +810,7 @@ /* Window structure. */ struct window { char *name; - struct timeval name_timer; + struct event name_timer; struct window_pane *active; struct window_panes panes; @@ -1851,7 +1851,7 @@ u_int, void (*)(void *, int), void (*)(void *), void *); /* names.c */ -void set_window_names(void); +void queue_window_name(struct window *); char *default_window_name(struct window *); /* session.c */