diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-04-23 15:46:30 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-04-23 15:46:30 +0000 |
| commit | 06e17886eda63d462b5a68b5b72e93b172b492ac (patch) | |
| tree | ba85bf6e03279076aede5c7d466418ad9a85c600 /src/fl_vertex.cxx | |
| parent | 5c6913fed91b6f03712dd7e6a6c6abd4e9ace0ab (diff) | |
Documentation fixes and a few indent corrections.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8621 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_vertex.cxx')
| -rw-r--r-- | src/fl_vertex.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index c63c8c54a..506268b7a 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -3,7 +3,7 @@ // // Portable drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2011 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -270,8 +270,8 @@ void Fl_Graphics_Driver::circle(double x, double y,double r) { } else Arc(fl_gc, llx, lly, llx+w, lly+h, 0,0, 0,0); #elif defined(__APPLE_QUARTZ__) - // Quartz warning : circle won't scale to current matrix! -//last argument must be 0 (counterclockwise) or it draws nothing under __LP64__ !!!! + // Quartz warning: circle won't scale to current matrix! + // Last argument must be 0 (counter-clockwise) or it draws nothing under __LP64__ !!!! CGContextSetShouldAntialias(fl_gc, true); CGContextAddArc(fl_gc, xt, yt, (w+h)*0.25f, 0, 2.0f*M_PI, 0); (what == POLYGON ? CGContextFillPath : CGContextStrokePath)(fl_gc); |
