diff options
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 692e53e..37eec0c 100644 --- a/src/window.c +++ b/src/window.c @@ -119,7 +119,8 @@ add_to_window_list (screen_info *s, Window w) new_window->scr = s; new_window->last_access = 0; new_window->state = WithdrawnState; - new_window->number = -1; + new_window->number = -1; + new_window->frame_number = EMPTY; new_window->named = 0; new_window->hints = XAllocSizeHints (); new_window->colormap = DefaultColormap (dpy, s->screen_num); |