aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-08 20:54:50 +0000
committerGerd Moellmann2001-03-08 20:54:50 +0000
commit8d721a0d0ca0effb77e18bdbeafdbe5c490e3550 (patch)
tree25d28cd9116d8abe272e4d2a39cbb10a37afec47 /src
parentf9db2310cde2f3e558bdd5de7f44b59b17fbd53f (diff)
downloademacs-8d721a0d0ca0effb77e18bdbeafdbe5c490e3550.tar.gz
emacs-8d721a0d0ca0effb77e18bdbeafdbe5c490e3550.zip
(face_at_string_position): Change prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
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 *));
2226void recompute_basic_faces P_ ((struct frame *)); 2226void recompute_basic_faces P_ ((struct frame *));
2227int face_at_buffer_position P_ ((struct window *, int, int, int, int *, 2227int face_at_buffer_position P_ ((struct window *, int, int, int, int *,
2228 int, int)); 2228 int, int));
2229int face_at_string_position P_ ((struct window *, Lisp_Object, 2229int 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));
2231int compute_char_face P_ ((struct frame *, int, Lisp_Object)); 2231int compute_char_face P_ ((struct frame *, int, Lisp_Object));
2232void free_all_realized_faces P_ ((Lisp_Object)); 2232void free_all_realized_faces P_ ((Lisp_Object));
2233extern Lisp_Object Qforeground_color, Qbackground_color; 2233extern Lisp_Object Qforeground_color, Qbackground_color;