]> git.eshelyaron.com Git - emacs.git/commitdiff
(spec_glyph_lookup_face): Add declaration.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 14:02:03 +0000 (14:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 14:02:03 +0000 (14:02 +0000)
src/dispextern.h

index dcf37ceded1747b997c210698208118827e59391..63425e58039c1b99e7568c98a0e5c35e697c11f6 100644 (file)
@@ -366,7 +366,8 @@ struct glyph
 
 #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 @@ Lisp_Object sit_for P_ ((int, int, int, int, int));
 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 */