summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-27 09:08:05 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-27 09:08:22 +0100
commitc83490fe30476614ae735e58992543a308a81bb7 (patch)
tree7a36f70ae961a8884bd5f813be48c9ce7037fb8a /FL
parent88a3f7b7be1110e0d4a8587e48f4ad24fe527646 (diff)
Rename forgotten occurrence of fl_remove_scale() in Doxygen data.
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Device.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H
index e1b80adab..f7ec44052 100644
--- a/FL/Fl_Device.H
+++ b/FL/Fl_Device.H
@@ -81,9 +81,9 @@ public:
/** \brief Returns the graphics driver of this drawing surface. */
inline Fl_Graphics_Driver *driver() {return pGraphicsDriver; };
/** The current drawing surface.
- In other words, the Fl_Surface_Device object that currently receives all graphics requests
- \note It's possible to transiently remove the GUI scaling factor in force in the current
- drawing surface with \ref fl_remove_scale(). */
+ In other words, the Fl_Surface_Device object that currently receives all graphics requests.
+ \note It's possible to transiently remove the GUI scaling factor in place in the current
+ drawing surface with \ref fl_override_scale(). */
static inline Fl_Surface_Device *surface() {
return surface_ ? surface_ : default_surface();
};