summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-03-11 14:49:09 +0000
committerManolo Gouy <Manolo>2018-03-11 14:49:09 +0000
commitd8d04bf772e1d98e87d3c383c603ee8db6e69301 (patch)
treeb241d6c58b116740af64a9e15b209bd8e1cc84da /FL
parente82e430c3b764e869b5592bb456bf0a76a8d74e2 (diff)
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
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Graphics_Driver.H2
1 files changed, 1 insertions, 1 deletions
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; }