diff options
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 6d635a5d587..1605203e70d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2991,7 +2991,7 @@ negative means relative to bottom of window.") | |||
| 2991 | 2991 | ||
| 2992 | struct save_window_data | 2992 | struct save_window_data |
| 2993 | { | 2993 | { |
| 2994 | int size_from_Lisp_Vector_struct; | 2994 | EMACS_INT size_from_Lisp_Vector_struct; |
| 2995 | struct Lisp_Vector *next_from_Lisp_Vector_struct; | 2995 | struct Lisp_Vector *next_from_Lisp_Vector_struct; |
| 2996 | Lisp_Object frame_width, frame_height, frame_menu_bar_lines; | 2996 | Lisp_Object frame_width, frame_height, frame_menu_bar_lines; |
| 2997 | Lisp_Object selected_frame; | 2997 | Lisp_Object selected_frame; |
| @@ -3011,7 +3011,7 @@ struct save_window_data | |||
| 3011 | struct saved_window | 3011 | struct saved_window |
| 3012 | { | 3012 | { |
| 3013 | /* these first two must agree with struct Lisp_Vector in lisp.h */ | 3013 | /* these first two must agree with struct Lisp_Vector in lisp.h */ |
| 3014 | int size_from_Lisp_Vector_struct; | 3014 | EMACS_INT size_from_Lisp_Vector_struct; |
| 3015 | struct Lisp_Vector *next_from_Lisp_Vector_struct; | 3015 | struct Lisp_Vector *next_from_Lisp_Vector_struct; |
| 3016 | 3016 | ||
| 3017 | Lisp_Object window; | 3017 | Lisp_Object window; |