summaryrefslogtreecommitdiff
path: root/FL/Fl_Device.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Device.H')
-rw-r--r--FL/Fl_Device.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H
index 764bcd114..166b2d654 100644
--- a/FL/Fl_Device.H
+++ b/FL/Fl_Device.H
@@ -77,7 +77,7 @@ public:
/** 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 place in the current
- drawing surface with \ref fl_override_scale(). */
+ drawing surface with \ref fl__scale(). */
static inline Fl_Surface_Device *surface() {
return surface_ ? surface_ : default_surface();
}