]> git.eshelyaron.com Git - emacs.git/commitdiff
(face_at_string_position): Change prototype.
authorGerd Moellmann <gerd@gnu.org>
Thu, 8 Mar 2001 20:54:50 +0000 (20:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 8 Mar 2001 20:54:50 +0000 (20:54 +0000)
src/dispextern.h

index aeeadf1fddc0d216287f5f9c49e11b0c085d8453..418f8f4bf074ac2d8e3e1b97333a1b65ad26fbe0 100644 (file)
@@ -2226,8 +2226,8 @@ void free_frame_faces P_ ((struct frame *));
 void recompute_basic_faces P_ ((struct frame *));
 int face_at_buffer_position P_ ((struct window *, int, int, int, int *,
                                 int, int));
-int face_at_string_position P_ ((struct window *, Lisp_Object,
-                                int, int, int, int, int *, enum face_id));
+int face_at_string_position P_ ((struct window *, Lisp_Object, int, int, int,
+                                int, int *, enum face_id, int));
 int compute_char_face P_ ((struct frame *, int, Lisp_Object));
 void free_all_realized_faces P_ ((Lisp_Object));
 extern Lisp_Object Qforeground_color, Qbackground_color;