From: Gerd Moellmann Date: Wed, 20 Dec 2000 12:00:01 +0000 (+0000) Subject: (ensure_frame_matrix): Add prototype. X-Git-Tag: emacs-pretest-21.0.95~386 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1202e2cce2c0c219edec1cc82d367b47305975f0;p=emacs.git (ensure_frame_matrix): Add prototype. --- diff --git a/src/dispextern.h b/src/dispextern.h index 257998ccfc1..6da6416e644 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2256,6 +2256,7 @@ int popup_activated P_ ((void)); /* Defined in dispnew.c */ +extern void ensure_frame_matrix P_ ((struct frame *)); int estimate_mode_line_height P_ ((struct frame *, enum face_id)); Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); extern void redraw_frame P_ ((struct frame *));