aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <[email protected]>2005-08-31 08:35:56 +0000
committerYAMAMOTO Mitsuharu <[email protected]>2005-08-31 08:35:56 +0000
commit49c12ae6654043147a5ddf5f8e73d5fe395b1068 (patch)
tree6dea43e9705fd70b5862da0892f4385c25289b50 /src
parent886a6e31bc6c014c196b1c91df10e327f10d032e (diff)
(PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
Diffstat (limited to 'src')
-rw-r--r--src/macterm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/macterm.h b/src/macterm.h
index a4af938186..b3855f142c 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)