diff options
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; |