Index: emacs/src/dispextern.h diff -c emacs/src/dispextern.h:1.201 emacs/src/dispextern.h:1.202 *** emacs/src/dispextern.h:1.201 Mon Apr 18 14:09:00 2005 --- emacs/src/dispextern.h Fri Jun 17 14:02:03 2005 *************** *** 366,372 **** #define FACE_ID_BITS 21 ! /* Face of the glyph. */ unsigned face_id : FACE_ID_BITS; /* Type of font used to display the character glyph. May be used to --- 366,373 ---- #define FACE_ID_BITS 21 ! /* 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,2917 **** --- 2913,2919 ---- 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 */
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs