/[emacs]/emacs/src/dispextern.h
ViewVC logotype

Diff of /emacs/src/dispextern.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.201 by kfstorm, Mon Apr 18 14:09:00 2005 UTC revision 1.202 by rms, Fri Jun 17 14:02:03 2005 UTC
# Line 366  struct glyph Line 366  struct glyph
366    
367  #define FACE_ID_BITS    21  #define FACE_ID_BITS    21
368    
369    /* Face of the glyph.  */    /* Face of the glyph.  This is a realized face ID,
370         an index in the face cache of the frame.  */
371    unsigned face_id : FACE_ID_BITS;    unsigned face_id : FACE_ID_BITS;
372    
373    /* Type of font used to display the character glyph.  May be used to    /* Type of font used to display the character glyph.  May be used to
# Line 2912  Lisp_Object sit_for P_ ((int, int, int, Line 2913  Lisp_Object sit_for P_ ((int, int, int,
2913  void init_display P_ ((void));  void init_display P_ ((void));
2914  void syms_of_display P_ ((void));  void syms_of_display P_ ((void));
2915  extern Lisp_Object Qredisplay_dont_pause;  extern Lisp_Object Qredisplay_dont_pause;
2916    GLYPH spec_glyph_lookup_face P_ ((struct window *, GLYPH));
2917    
2918  /* Defined in term.c */  /* Defined in term.c */
2919    

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.202

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26