chiark / gitweb /
The AngleArc() function that was being used to draw circles on Windows turns
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 25 Jun 2005 13:24:19 +0000 (13:24 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 25 Jun 2005 13:24:19 +0000 (13:24 +0000)
commita0d0c7e795268068642a315227a8e2f754d6968a
tree1fc7c4b2dc260bb2a9e728042e0a50588059748b
parent6e79ff9df5cd3429e6b75a43d61d760cbbe00939
The AngleArc() function that was being used to draw circles on Windows turns
out to be unsupported on the Win9x/Me series. Use Arc() instead (tested on
Win98 and Win2K).

[originally from svn r6012]
windows.c