diff options
author | sabetts <sabetts> | 2000-09-06 02:08:40 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-09-06 02:08:40 +0000 |
commit | 33fb61429337fc71292628e9dac1ddf599938304 (patch) | |
tree | daecacc60264a99f20e5fbae757985ef0ebc4bd9 /list.c | |
parent | d355d02c47ee296064e55520c15252e5fad97ecf (diff) | |
download | ratpoison-33fb61429337fc71292628e9dac1ddf599938304.zip |
added a rename window key.
Diffstat (limited to 'list.c')
-rw-r--r-- | list.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"); |