Use int instead of unsigned int for width and height args.
commit9045c438b7ef6945f591008d2188a1837743cc94
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 16 Feb 2015 02:07:39 +0000 (16 11:07 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 16 Feb 2015 02:07:39 +0000 (16 11:07 +0900)
treeb77ba22ec57a0d5668e09e271cedb72d3de24e9b
parenta7930e125e27d3591bcf20aa3cd954dc5993ad1b
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.
src/ChangeLog
src/xterm.c