Mercurial > emacs
changeset 36671:b5aa229bcb18
(face_at_string_position): Change prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 08 Mar 2001 20:54:50 +0000 |
parents | ba5967636e33 |
children | acf152adbf82 |
files | src/dispextern.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;