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
a55130ca
Commit
a55130ca
authored
Mar 04, 2014
by
YAMAMOTO Mitsuharu
Browse files
* xterm.c (x_draw_stretch_glyph_string): Reset clipping. (Bug#16932)
parent
87132570
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/xterm.c
src/xterm.c
+2
-0
No files found.
src/ChangeLog
View file @
a55130ca
2014-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* xterm.c (x_draw_stretch_glyph_string): Reset clipping.
(Bug#16932)
2014-03-04 Michal Nazarewicz <mina86@mina86.com>
* cmds.c (delete-char): Update docstring pointing out that the
...
...
src/xterm.c
View file @
a55130ca
...
...
@@ -2501,6 +2501,8 @@ x_draw_stretch_glyph_string (struct glyph_string *s)
XFillRectangle (s->display, s->window, gc, x, y, w, h);
XSetForeground (s->display, gc, xgcv.foreground);
}
XSetClipMask (s->display, gc, None);
}
}
else if (!s->background_filled_p)
...
...
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