]> git.eshelyaron.com Git - emacs.git/commitdiff
(ns_maybe_dumpglyphs_background): Remove code for stippling, which actually
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 15 Jul 2009 08:25:02 +0000 (08:25 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 15 Jul 2009 08:25:02 +0000 (08:25 +0000)
does tiling.

src/ChangeLog
src/nsterm.m

index d1d13b32a9a4e54be9f5e9c63a68e69a45290d71..31103378691ad0518587cc58ada9836950904ece 100644 (file)
@@ -1,3 +1,10 @@
+2009-07-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * nsfont.m (nsfont_draw): Remove code for stippling, which actually
+       does tiling.
+
+       * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
+
 2009-07-14  Kenichi Handa  <handa@m17n.org>
 
        * font.c (font_vconcat_entity_vectors): New function.
index 75567de0e57022e39637e88bde255b773b5fe721..6457b88eef7176233d096ea58e7c58f6d3eb4640 100644 (file)
@@ -2758,15 +2758,19 @@ ns_maybe_dumpglyphs_background (struct glyph_string *s, char force_p)
             }
           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)
             {