aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-09-26 11:15:20 +0000
committerGerd Moellmann <[email protected]>2001-09-26 11:15:20 +0000
commit9a636f377f27dc4f084b7a6714e826770862056f (patch)
tree0f7c104b4611e9fe2b86fc9f4eed972a35257e01 /src/dispextern.h
parentedd1e654772bd0690f04a94b007156c3885f0042 (diff)
(required_matrix_width, required_matrix_height):
Add prototypes.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 2e3b57afc2..fbb3bc9f24 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -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 *));