From: Richard M. Stallman Date: Fri, 17 Jun 2005 14:02:03 +0000 (+0000) Subject: (spec_glyph_lookup_face): Add declaration. X-Git-Tag: emacs-pretest-22.0.90~8840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c68b9c2ffe50e1245136b6ce15d55a197ed8e708;p=emacs.git (spec_glyph_lookup_face): Add declaration. --- diff --git a/src/dispextern.h b/src/dispextern.h index dcf37ceded1..63425e58039 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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 */