Patch from Mark Wooding to introduce a draw_thick_line() function in
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 May 2010 15:43:46 +0000 (15:43 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 May 2010 15:43:46 +0000 (15:43 +0000)
commita39c3aa04022fc5209efa2ba36f3155d44fed25e
tree43f35c00ac8d248209c3c40ebb9ac9d1a3e5e302
parent40570a4e392a0bc6b5985c90129c6281d38d1669
Patch from Mark Wooding to introduce a draw_thick_line() function in
the drawing API, for use by Loopy. It's optional: drawing.c will
construct an acceptable alternative using a filled polygon if the
front end doesn't provide it.

Net and Netslide previously had static functions called
draw_thick_line(), whose claim to the name is less justified and so
they've been renamed.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8962 cda61777-01e9-0310-a592-d414129be87e
drawing.c
gtk.c
loopy.c
net.c
netslide.c
nullfe.c
puzzles.h