From d8d04bf772e1d98e87d3c383c603ee8db6e69301 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 11 Mar 2018 14:49:09 +0000 Subject: Documentation: homogenize to 'scale factor' and 'drawing unit' git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12737 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Graphics_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index daa1232ca..0c98afdad 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -225,7 +225,7 @@ public: Fl_Graphics_Driver(); virtual ~Fl_Graphics_Driver() {} ///< Destructor static Fl_Graphics_Driver &default_driver(); - /** Current scale factor between FLTK and graphical coordinates: graphical = FLTK * scale() */ + /** Current scale factor between FLTK and drawing units: drawing = FLTK * scale() */ float scale() { return scale_; } /** Return whether the graphics driver can do alpha blending */ virtual char can_do_alpha_blending() { return 0; } -- cgit v1.2.3