aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
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
222015-02-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 252015-02-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23 26