diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-08-31 08:35:56 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-08-31 08:35:56 +0000 |
commit | 49c12ae6654043147a5ddf5f8e73d5fe395b1068 (patch) | |
tree | 6dea43e9705fd70b5862da0892f4385c25289b50 /src | |
parent | 886a6e31bc6c014c196b1c91df10e327f10d032e (diff) | |
download | emacs-49c12ae6654043147a5ddf5f8e73d5fe395b1068.tar.gz |
(PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/macterm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/macterm.h b/src/macterm.h index a4af9381867..b3855f142c6 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -39,11 +39,6 @@ Boston, MA 02110-1301, USA. */ #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) |