diff options
| author | YAMAMOTO Mitsuharu | 2015-02-16 11:46:04 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2015-02-16 11:46:04 +0900 |
| commit | 49dd99495814e968db999167934f9b2092e8cc20 (patch) | |
| tree | 31fe7ead3567be95c21df5ba252b6f5058511715 /src/ChangeLog | |
| parent | 9045c438b7ef6945f591008d2188a1837743cc94 (diff) | |
| download | emacs-49dd99495814e968db999167934f9b2092e8cc20.tar.gz emacs-49dd99495814e968db999167934f9b2092e8cc20.zip | |
* xterm.c (x_draw_stretch_glyph_string): Call x_reset_clip_rectangles instead of XSetClipMask.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0af3f267e8b..f25c07c55c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | (x_cr_draw_image, x_fill_rectangle, x_draw_rectangle) | 21 | (x_cr_draw_image, x_fill_rectangle, x_draw_rectangle) |
| 22 | (x_fill_trapezoid_for_relief): Use int instead of unsigned int for | 22 | (x_fill_trapezoid_for_relief): Use int instead of unsigned int for |
| 23 | width and height args. | 23 | width and height args. |
| 24 | (x_draw_stretch_glyph_string): Call x_reset_clip_rectangles instead | ||
| 25 | of XSetClipMask. | ||
| 24 | 26 | ||
| 25 | 2015-02-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 27 | 2015-02-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 26 | 28 | ||