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

Diff of /emacs/src/macterm.h

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

revision 1.26 by ttn, Sun Aug 7 12:33:17 2005 UTC revision 1.27 by mituharu, Wed Aug 31 08:35:56 2005 UTC
# Line 39  Boston, MA 02110-1301, USA.  */ Line 39  Boston, MA 02110-1301, USA.  */
39  #define BLACK_PIX_DEFAULT(f) RGB_TO_ULONG(0,0,0)  #define BLACK_PIX_DEFAULT(f) RGB_TO_ULONG(0,0,0)
40  #define WHITE_PIX_DEFAULT(f) RGB_TO_ULONG(255,255,255)  #define WHITE_PIX_DEFAULT(f) RGB_TO_ULONG(255,255,255)
41    
 /* A black pixel in a mask bitmap/pixmap means ``draw a source  
    pixel''.  A white pixel means ``retain the current pixel''. */  
 #define PIX_MASK_DRAW(f) BLACK_PIX_DEFAULT(f)  
 #define PIX_MASK_RETAIN(f) WHITE_PIX_DEFAULT(f)  
   
42  #define FONT_WIDTH(f)   ((f)->max_bounds.width)  #define FONT_WIDTH(f)   ((f)->max_bounds.width)
43  #define FONT_HEIGHT(f)  ((f)->ascent + (f)->descent)  #define FONT_HEIGHT(f)  ((f)->ascent + (f)->descent)
44  #define FONT_BASE(f)    ((f)->ascent)  #define FONT_BASE(f)    ((f)->ascent)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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