diff options
| author | Gerd Moellmann | 2001-09-26 11:15:20 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-09-26 11:15:20 +0000 |
| commit | 9a636f377f27dc4f084b7a6714e826770862056f (patch) | |
| tree | 0f7c104b4611e9fe2b86fc9f4eed972a35257e01 /src | |
| parent | edd1e654772bd0690f04a94b007156c3885f0042 (diff) | |
| download | emacs-9a636f377f27dc4f084b7a6714e826770862056f.tar.gz emacs-9a636f377f27dc4f084b7a6714e826770862056f.zip | |
(required_matrix_width, required_matrix_height):
Add prototypes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 2e3b57afc27..fbb3bc9f247 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2287,8 +2287,10 @@ int popup_activated P_ ((void)); | |||
| 2287 | /* Defined in dispnew.c */ | 2287 | /* Defined in dispnew.c */ |
| 2288 | 2288 | ||
| 2289 | extern int inverse_video; | 2289 | extern int inverse_video; |
| 2290 | int estimate_mode_line_height P_ ((struct frame *, enum face_id)); | 2290 | extern int required_matrix_width P_ ((struct window *)); |
| 2291 | Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); | 2291 | extern int required_matrix_height P_ ((struct window *)); |
| 2292 | extern int estimate_mode_line_height P_ ((struct frame *, enum face_id)); | ||
| 2293 | extern Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); | ||
| 2292 | extern void redraw_frame P_ ((struct frame *)); | 2294 | extern void redraw_frame P_ ((struct frame *)); |
| 2293 | extern void redraw_garbaged_frames P_ ((void)); | 2295 | extern void redraw_garbaged_frames P_ ((void)); |
| 2294 | extern void cancel_line P_ ((int, struct frame *)); | 2296 | extern void cancel_line P_ ((int, struct frame *)); |