summaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-09-06 02:08:40 +0000
committersabetts <sabetts>2000-09-06 02:08:40 +0000
commit33fb61429337fc71292628e9dac1ddf599938304 (patch)
treedaecacc60264a99f20e5fbae757985ef0ebc4bd9 /list.c
parentd355d02c47ee296064e55520c15252e5fad97ecf (diff)
downloadratpoison-33fb61429337fc71292628e9dac1ddf599938304.zip
added a rename window key.
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/list.c b/list.c
index 51cefd3..ee04b34 100644
--- a/list.c
+++ b/list.c
@@ -44,6 +44,8 @@ add_to_window_list (screen_info *s, Window w)
new_window->prev = NULL;
new_window->state = STATE_UNMAPPED;
new_window->number = -1;
+ new_window->named = 0;
+
if ((new_window->name = malloc (strlen ("Unnamed") + 1)) == NULL)
{
fprintf (stderr, "list.c:add_to_window_list():Out of memory.\n");