Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1856973
Commit
a1856973
authored
Jul 15, 2009
by
YAMAMOTO Mitsuharu
Browse files
(ns_maybe_dumpglyphs_background): Remove code for stippling, which actually
does tiling.
parent
652e5d20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
src/ChangeLog
src/ChangeLog
+7
-0
src/nsterm.m
src/nsterm.m
+4
-0
No files found.
src/ChangeLog
View file @
a1856973
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.
...
...
src/nsterm.m
View file @
a1856973
...
...
@@ -2758,15 +2758,19 @@ Function modeled after x_draw_glyph_string_box ().
}
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)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment