From 998cc6df521a115454727d1ecf6bc7d4fee96f68 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 14 Mar 2010 18:07:24 +0000 Subject: Merge of branch-1.3-Fl_Printer, with the following main changes: (1) adding Fl_Device class (and more) for device abstraction (2) adding Fl_Pinter class (and more) for printing support. Todo: Code cleanup, update dependencies, remove/replace test print window. I'm looking into converting the test window popup in a global shortcut that would pop up the print dialog now... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7263 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_arc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fl_arc.cxx') diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index e82b72594..6b0cb13ea 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -51,7 +51,7 @@ static double _fl_hypot(double x, double y) { counter-clockwise from 3 o'clock. If \p end is less than \p start then it draws the arc in a clockwise direction. */ -void fl_arc(double x, double y, double r, double start, double end) { +void Fl_Device::arc(double x, double y, double r, double start, double end) { // draw start point accurately: -- cgit v1.2.3