diff options
| author | Gerd Moellmann | 2001-03-08 20:54:50 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-08 20:54:50 +0000 |
| commit | 8d721a0d0ca0effb77e18bdbeafdbe5c490e3550 (patch) | |
| tree | 25d28cd9116d8abe272e4d2a39cbb10a37afec47 /src | |
| parent | f9db2310cde2f3e558bdd5de7f44b59b17fbd53f (diff) | |
| download | emacs-8d721a0d0ca0effb77e18bdbeafdbe5c490e3550.tar.gz emacs-8d721a0d0ca0effb77e18bdbeafdbe5c490e3550.zip | |
(face_at_string_position): Change prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index aeeadf1fddc..418f8f4bf07 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2226,8 +2226,8 @@ void free_frame_faces P_ ((struct frame *)); | |||
| 2226 | void recompute_basic_faces P_ ((struct frame *)); | 2226 | void recompute_basic_faces P_ ((struct frame *)); |
| 2227 | int face_at_buffer_position P_ ((struct window *, int, int, int, int *, | 2227 | int face_at_buffer_position P_ ((struct window *, int, int, int, int *, |
| 2228 | int, int)); | 2228 | int, int)); |
| 2229 | int face_at_string_position P_ ((struct window *, Lisp_Object, | 2229 | int face_at_string_position P_ ((struct window *, Lisp_Object, int, int, int, |
| 2230 | int, int, int, int, int *, enum face_id)); | 2230 | int, int *, enum face_id, int)); |
| 2231 | int compute_char_face P_ ((struct frame *, int, Lisp_Object)); | 2231 | int compute_char_face P_ ((struct frame *, int, Lisp_Object)); |
| 2232 | void free_all_realized_faces P_ ((Lisp_Object)); | 2232 | void free_all_realized_faces P_ ((Lisp_Object)); |
| 2233 | extern Lisp_Object Qforeground_color, Qbackground_color; | 2233 | extern Lisp_Object Qforeground_color, Qbackground_color; |