aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index ab9a15dde2a..bd1f55b1648 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6049,7 +6049,7 @@ zero means top of window, negative means relative to bottom of window. */)
6049 6049
6050struct save_window_data 6050struct save_window_data
6051 { 6051 {
6052 EMACS_INT size_from_Lisp_Vector_struct; 6052 EMACS_UINT size;
6053 struct Lisp_Vector *next_from_Lisp_Vector_struct; 6053 struct Lisp_Vector *next_from_Lisp_Vector_struct;
6054 Lisp_Object frame_cols, frame_lines, frame_menu_bar_lines; 6054 Lisp_Object frame_cols, frame_lines, frame_menu_bar_lines;
6055 Lisp_Object frame_tool_bar_lines; 6055 Lisp_Object frame_tool_bar_lines;
@@ -6072,7 +6072,7 @@ struct save_window_data
6072struct saved_window 6072struct saved_window
6073{ 6073{
6074 /* these first two must agree with struct Lisp_Vector in lisp.h */ 6074 /* these first two must agree with struct Lisp_Vector in lisp.h */
6075 EMACS_INT size_from_Lisp_Vector_struct; 6075 EMACS_UINT size;
6076 struct Lisp_Vector *next_from_Lisp_Vector_struct; 6076 struct Lisp_Vector *next_from_Lisp_Vector_struct;
6077 6077
6078 Lisp_Object window; 6078 Lisp_Object window;