# HG changeset patch # User Richard M. Stallman # Date 1119016923 0 # Node ID 119eb8c37b61e17538a6d51afdb9bdbc00050f41 # Parent b1742b11b7d9574aa1c876e5da17b0396989708d (spec_glyph_lookup_face): Add declaration. diff -r b1742b11b7d9 -r 119eb8c37b61 src/dispextern.h --- 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 */