]> git.eshelyaron.com Git - emacs.git/commitdiff
(required_matrix_width, required_matrix_height):
authorGerd Moellmann <gerd@gnu.org>
Wed, 26 Sep 2001 11:15:20 +0000 (11:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 26 Sep 2001 11:15:20 +0000 (11:15 +0000)
Add prototypes.

src/dispextern.h

index 2e3b57afc27c0aea03bd48d12721257abca1ae4d..fbb3bc9f247b4ca748686977c15d842befa57ba7 100644 (file)
@@ -2287,8 +2287,10 @@ int popup_activated P_ ((void));
 /* 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 *));