diff options
| author | Pavel Janík | 2002-04-14 08:15:43 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-14 08:15:43 +0000 |
| commit | e8142159821f054d0c5b87f4160b830525f77296 (patch) | |
| tree | c4b2c910d583076850d9b7eca1dc18afbadbc13e /src | |
| parent | e637a73ddad942c6debc9736edc5b9497b4afc98 (diff) | |
| download | emacs-e8142159821f054d0c5b87f4160b830525f77296.tar.gz emacs-e8142159821f054d0c5b87f4160b830525f77296.zip | |
(marginal_area_string): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 2b5e2e80562..135eaec0ac8 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2367,6 +2367,7 @@ extern int required_matrix_width P_ ((struct window *)); | |||
| 2367 | extern int required_matrix_height P_ ((struct window *)); | 2367 | extern int required_matrix_height P_ ((struct window *)); |
| 2368 | extern int estimate_mode_line_height P_ ((struct frame *, enum face_id)); | 2368 | extern int estimate_mode_line_height P_ ((struct frame *, enum face_id)); |
| 2369 | extern Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); | 2369 | extern Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); |
| 2370 | extern Lisp_Object marginal_area_string P_ ((struct window *, int, int, int, int *)); | ||
| 2370 | extern void redraw_frame P_ ((struct frame *)); | 2371 | extern void redraw_frame P_ ((struct frame *)); |
| 2371 | extern void redraw_garbaged_frames P_ ((void)); | 2372 | extern void redraw_garbaged_frames P_ ((void)); |
| 2372 | extern void cancel_line P_ ((int, struct frame *)); | 2373 | extern void cancel_line P_ ((int, struct frame *)); |