Mercurial > emacs
changeset 63546:119eb8c37b61
(spec_glyph_lookup_face): Add declaration.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jun 2005 14:02:03 +0000 |
parents | b1742b11b7d9 |
children | cbb687cf8169 |
files | src/dispextern.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Jun 17 13:59:11 2005 +0000 +++ b/src/dispextern.h Fri Jun 17 14:02:03 2005 +0000 @@ -366,7 +366,8 @@ #define FACE_ID_BITS 21 - /* Face of the glyph. */ + /* Face of the glyph. This is a realized face ID, + an index in the face cache of the frame. */ unsigned face_id : FACE_ID_BITS; /* Type of font used to display the character glyph. May be used to @@ -2912,6 +2913,7 @@ void init_display P_ ((void)); void syms_of_display P_ ((void)); extern Lisp_Object Qredisplay_dont_pause; +GLYPH spec_glyph_lookup_face P_ ((struct window *, GLYPH)); /* Defined in term.c */