Mercurial > emacs
changeset 103909:a855751fb89e
(ns_maybe_dumpglyphs_background): Remove code for stippling, which actually
does tiling.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 15 Jul 2009 08:24:51 +0000 |
parents | 1e7171d5fd37 |
children | 9cf3ca992411 |
files | src/nsterm.m |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/nsterm.m Wed Jul 15 08:24:38 2009 +0000 +++ b/src/nsterm.m Wed Jul 15 08:24:51 2009 +0000 @@ -2758,15 +2758,19 @@ } else face = FACE_FROM_ID (s->f, s->first_glyph->face_id); +#if 0 if (!face->stipple) +#endif [(NS_FACE_BACKGROUND (face) != 0 ? ns_lookup_indexed_color (NS_FACE_BACKGROUND (face), s->f) : FRAME_BACKGROUND_COLOR (s->f)) set]; +#if 0 /* This is tiling, not stippling. */ else { struct ns_display_info *dpyinfo = FRAME_NS_DISPLAY_INFO (s->f); [[dpyinfo->bitmaps[face->stipple-1].img stippleMask] set]; } +#endif if (s->hl != DRAW_CURSOR) {