aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-04-30 05:01:57 +0000
committerChong Yidong <[email protected]>2009-04-30 05:01:57 +0000
commit6970f632f1ffd15191f5b1f97d6a667a1f51c6cf (patch)
treecf504c7e0db07920214f1d4d56ce04d634118dd8 /src/dispextern.h
parent0c616f63423c764b93c348752521e3695319bca8 (diff)
* xfaces.c (face_at_buffer_position): New arg base_face_id.
* xdisp.c (handle_face_prop): Pass base_face_id of iterator to face_at_buffer_position. (face_before_or_after_it_pos, get_next_display_element) (note_mouse_highlight): Update face_at_buffer_position call. * term.c (term_mouse_highlight): * msdos.c (IT_note_mouse_highlight): * fontset.c (Finternal_char_font): * font.c (font_at, font_range): Update face_at_buffer_position call. * dispextern.h (face_at_buffer_position): Update prototype.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index f3b1c4ba92..706dba776c 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2923,7 +2923,7 @@ void recompute_basic_faces P_ ((struct frame *));
int face_at_buffer_position P_ ((struct window *w, EMACS_INT pos,
EMACS_INT region_beg, EMACS_INT region_end,
EMACS_INT *endptr, EMACS_INT limit,
- int mouse));
+ int mouse, int base_face_id));
int face_for_overlay_string P_ ((struct window *w, EMACS_INT pos,
EMACS_INT region_beg, EMACS_INT region_end,
EMACS_INT *endptr, EMACS_INT limit,