aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/server.c b/server.c
index d60879cb..fd2d5cd5 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.109 2009-01-19 17:16:09 nicm Exp $ */
+/* $Id: server.c,v 1.110 2009-01-20 19:35:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -276,6 +276,9 @@ server_main(const char *srv_path, int srv_fd)
server_second_timers();
}
+ /* Set window names. */
+ set_window_names();
+
/*
* Handle window and client sockets. Clients can create
* windows, so windows must come first to avoid messing up by