]> git.eshelyaron.com Git - emacs.git/commit
Fix X11 relief background clearning when hwidth is larger than vwidth
authorPo Lu <luangruo@yahoo.com>
Tue, 10 May 2022 08:50:10 +0000 (16:50 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 10 May 2022 08:50:10 +0000 (16:50 +0800)
commite8d643eb835e2883e12032a7f25e94a8a3335c87
tree965b7b907a805c25fcf04b05e3e8872f5239f590
parentc7b48b61d08f0b6a08584080badc60fe62ba1db1
Fix X11 relief background clearning when hwidth is larger than vwidth

* src/xterm.c (x_fill_triangle, x_make_point, x_inside_rect_p):
New functions.
(x_draw_relief_rect): Complete rewrite.  Use more sensible
primitives.
src/xterm.c