diff options
| author | YAMAMOTO Mitsuharu | 2015-02-16 11:07:39 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2015-02-16 11:07:39 +0900 |
| commit | 9045c438b7ef6945f591008d2188a1837743cc94 (patch) | |
| tree | b77ba22ec57a0d5668e09e271cedb72d3de24e9b /src/ChangeLog | |
| parent | a7930e125e27d3591bcf20aa3cd954dc5993ad1b (diff) | |
| download | emacs-9045c438b7ef6945f591008d2188a1837743cc94.tar.gz emacs-9045c438b7ef6945f591008d2188a1837743cc94.zip | |
Use int instead of unsigned int for width and height args.
* xterm.c (x_cr_draw_image, x_fill_rectangle, x_draw_rectangle)
(x_fill_trapezoid_for_relief): Use int instead of unsigned int for
width and height args.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76ca07d2dda..0af3f267e8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -18,6 +18,9 @@ | |||
| 18 | (x_set_clip_rectangles, x_reset_clip_rectangles, x_fill_rectangle) | 18 | (x_set_clip_rectangles, x_reset_clip_rectangles, x_fill_rectangle) |
| 19 | (x_draw_rectangle, x_clear_window, x_fill_trapezoid_for_relief) | 19 | (x_draw_rectangle, x_clear_window, x_fill_trapezoid_for_relief) |
| 20 | (x_clear_area): Modernize k&r declarations. | 20 | (x_clear_area): Modernize k&r declarations. |
| 21 | (x_cr_draw_image, x_fill_rectangle, x_draw_rectangle) | ||
| 22 | (x_fill_trapezoid_for_relief): Use int instead of unsigned int for | ||
| 23 | width and height args. | ||
| 21 | 24 | ||
| 22 | 2015-02-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 25 | 2015-02-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 23 | 26 | ||