diff options
| author | Manolo Gouy <Manolo> | 2010-05-27 17:20:18 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-05-27 17:20:18 +0000 |
| commit | 26049351e09d75bdf8b35273a76cf65202583fa7 (patch) | |
| tree | 010685555b9f83d071a14262e8ce346c7388f254 /src/fl_arc.cxx | |
| parent | 0a280ce591046f6834f1233087a72fa6bdd97bad (diff) | |
Better device hierarchy with surfaces and graphics drivers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7617 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_arc.cxx')
| -rw-r--r-- | src/fl_arc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index 0ee4269a4..0003319cc 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -43,7 +43,7 @@ static double _fl_hypot(double x, double y) { return sqrt(x*x + y*y); } -void Fl_Device::arc(double x, double y, double r, double start, double end) { +void Fl_Graphics_Driver::arc(double x, double y, double r, double start, double end) { // draw start point accurately: |
