Mercurial > emacs
changeset 34734:77b93ad23bdb
(ensure_frame_matrix): Add prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 20 Dec 2000 12:00:01 +0000 |
parents | aeddbe4739d9 |
children | 2d590f9a5d31 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Dec 20 11:59:34 2000 +0000 +++ b/src/dispextern.h Wed Dec 20 12:00:01 2000 +0000 @@ -2256,6 +2256,7 @@ /* 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 *));