Sync OpenBSD patchset 506:

Change window name change to use a timer event rather than a gettimeofday()
check every loop.
This commit is contained in:
Tiago Cunha
2009-11-08 23:22:24 +00:00
parent 915031b049
commit ab38d91913
4 changed files with 60 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: server-window.c,v 1.9 2009-11-08 23:02:56 tcunha Exp $ */
/* $Id: server-window.c,v 1.10 2009-11-08 23:22:24 tcunha Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -91,8 +91,6 @@ server_window_loop(void)
server_window_check_alive(w);
}
set_window_names();
}
/* Check for bell in window. */