diff options
Diffstat (limited to 'src/list.c')
-rw-r--r-- | src/list.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ add_to_window_list (screen_info *s, Window w) new_window->last_access = 0; new_window->prev = NULL; new_window->state = WithdrawnState; + new_window->iconizing = 0; new_window->number = -1; new_window->named = 0; new_window->hints = XAllocSizeHints (); |