summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-01 14:36:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-01 14:36:41 +0200
commitd992a1240394acbf410a875c0196b750f449e3f0 (patch)
treeb8e373f8174b765f0198d78e804d4a80fc0c7d46 /src/Fl_Device.cxx
parenta53efd73d7619173f93e58d4c85da12d4cda2101 (diff)
parente91d65cd2fa4ea1965de5035e658bb866fcf38db (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx
index 57e58e8e9..c0ca99b57 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -72,7 +72,7 @@
\li make current another surface, e.g., an Fl_Printer or an Fl_Image_Surface object, calling set_current() on this object;
\li draw to that surface;
\li make the display current again with Fl_Display_Device::display_device()->set_current(); . Don't do any other call to set_current() before this one.
-
+
Other scenarios of drawing surface changes should be performed via Fl_Surface_Device::push_current( ) / Fl_Surface_Device::pop_current().
*/
void Fl_Surface_Device::set_current(void)