emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Fri, 17 Jun 2005 10:02:03 -0400

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 */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]