# HG changeset patch # User Gerd Moellmann # Date 984084890 0 # Node ID b5aa229bcb188a68dc2dd9a53447eb9584c624bb # Parent ba5967636e3300bae2a21a7b37b093792b8584b9 (face_at_string_position): Change prototype. diff -r ba5967636e33 -r b5aa229bcb18 src/dispextern.h --- a/src/dispextern.h Thu Mar 08 20:54:18 2001 +0000 +++ b/src/dispextern.h Thu Mar 08 20:54:50 2001 +0000 @@ -2226,8 +2226,8 @@ 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;