From: Gerd Moellmann Date: Thu, 8 Mar 2001 20:54:50 +0000 (+0000) Subject: (face_at_string_position): Change prototype. X-Git-Tag: emacs-pretest-21.0.100~114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d721a0d0ca0effb77e18bdbeafdbe5c490e3550;p=emacs.git (face_at_string_position): Change prototype. --- 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 *)); 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;