# HG changeset patch # User Gerd Moellmann # Date 1001502920 0 # Node ID 97363868cbb1b9dc7404313d607ef6a128dcc642 # Parent d330a7c824372724258699cbd8755c8eb70c9e31 (required_matrix_width, required_matrix_height): Add prototypes. diff -r d330a7c82437 -r 97363868cbb1 src/dispextern.h --- a/src/dispextern.h Wed Sep 26 08:19:04 2001 +0000 +++ b/src/dispextern.h Wed Sep 26 11:15:20 2001 +0000 @@ -2287,8 +2287,10 @@ /* Defined in dispnew.c */ extern int inverse_video; -int estimate_mode_line_height P_ ((struct frame *, enum face_id)); -Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); +extern int required_matrix_width P_ ((struct window *)); +extern int required_matrix_height P_ ((struct window *)); +extern int estimate_mode_line_height P_ ((struct frame *, enum face_id)); +extern Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); extern void redraw_frame P_ ((struct frame *)); extern void redraw_garbaged_frames P_ ((void)); extern void cancel_line P_ ((int, struct frame *));