Mercurial > emacs
changeset 79328:fcf9272ec241
(face_at_buffer_position_no_overlays): Add decl.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 Nov 2007 03:46:57 +0000 |
parents | 72cdd210604a |
children | 6afb61db1b95 |
files | src/dispextern.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Sat Nov 03 03:46:22 2007 +0000 +++ b/src/dispextern.h Sat Nov 03 03:46:57 2007 +0000 @@ -1808,6 +1808,9 @@ Lisp_Object height; }; +/* Input sources for fetching characters or data to display. + The input source is found in the `method' field. */ + enum it_method { GET_FROM_BUFFER = 0, GET_FROM_DISPLAY_VECTOR, @@ -2856,6 +2859,9 @@ void recompute_basic_faces P_ ((struct frame *)); int face_at_buffer_position P_ ((struct window *, int, int, int, int *, int, int)); +int face_at_buffer_position_no_overlays 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)); int merge_faces P_ ((struct frame *, Lisp_Object, int, int));