Mercurial > emacs
diff src/macterm.h @ 65252:a5c9f3938a21
(PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 31 Aug 2005 08:35:56 +0000 |
parents | a0d1312ede66 |
children | a86e9a781ba7 532e0a9335a9 a3716f7538f2 |
line wrap: on
line diff
--- a/src/macterm.h Wed Aug 31 08:35:44 2005 +0000 +++ b/src/macterm.h Wed Aug 31 08:35:56 2005 +0000 @@ -39,11 +39,6 @@ #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)