aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index ca4c41f5e79..ab9a15dde2a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6663,6 +6663,7 @@ redirection (see `redirect-frame-focus'). */)
6663 6663
6664 n_windows = count_windows (XWINDOW (FRAME_ROOT_WINDOW (f))); 6664 n_windows = count_windows (XWINDOW (FRAME_ROOT_WINDOW (f)));
6665 vec = allocate_other_vector (VECSIZE (struct save_window_data)); 6665 vec = allocate_other_vector (VECSIZE (struct save_window_data));
6666 XSETPVECTYPE (vec, PVEC_WINDOW_CONFIGURATION);
6666 data = (struct save_window_data *)vec; 6667 data = (struct save_window_data *)vec;
6667 6668
6668 XSETFASTINT (data->frame_cols, FRAME_COLS (f)); 6669 XSETFASTINT (data->frame_cols, FRAME_COLS (f));