emacs-diffs
[Top][All Lists]
Advanced

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

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


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.h
Date: Wed, 31 Aug 2005 04:35:56 -0400

Index: emacs/src/macterm.h
diff -c emacs/src/macterm.h:1.26 emacs/src/macterm.h:1.27
*** emacs/src/macterm.h:1.26    Sun Aug  7 12:33:17 2005
--- emacs/src/macterm.h Wed Aug 31 08:35:56 2005
***************
*** 39,49 ****
  #define BLACK_PIX_DEFAULT(f) RGB_TO_ULONG(0,0,0)
  #define WHITE_PIX_DEFAULT(f) RGB_TO_ULONG(255,255,255)
  
- /* 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)
- 
  #define FONT_WIDTH(f)   ((f)->max_bounds.width)
  #define FONT_HEIGHT(f)  ((f)->ascent + (f)->descent)
  #define FONT_BASE(f)    ((f)->ascent)
--- 39,44 ----




reply via email to

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