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
e6269cbb
Commit
e6269cbb
authored
Oct 15, 2001
by
Gerd Moellmann
Browse files
(x_draw_glyph_string): Restore clipping after
drawing box.
parent
7dfd439c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/xterm.c
src/xterm.c
+4
-1
No files found.
src/xterm.c
View file @
e6269cbb
...
...
@@ -4446,7 +4446,6 @@ x_draw_glyph_string (s)
/* Set up S->gc, set clipping and draw S. */
x_set_glyph_string_gc (s);
x_set_glyph_string_clipping (s);
/* Draw relief (if any) in advance for char/composition so that the
glyph string can be drawn over it. */
...
...
@@ -4456,10 +4455,14 @@ x_draw_glyph_string (s)
|| s->first_glyph->type == COMPOSITE_GLYPH))
{
x_set_glyph_string_clipping (s);
x_draw_glyph_string_background (s, 1);
x_draw_glyph_string_box (s);
x_set_glyph_string_clipping (s);
relief_drawn_p = 1;
}
else
x_set_glyph_string_clipping (s);
switch (s->first_glyph->type)
{
...
...
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