diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-31 16:00:11 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-31 16:00:11 +0200 |
| commit | e91d65cd2fa4ea1965de5035e658bb866fcf38db (patch) | |
| tree | 7f76333dd3bf942e36fe1ec75fcc54bc86fad96e /src/Fl_Device.cxx | |
| parent | 34d02a3ddf4753d512863b064998d163dc7e1da4 (diff) | |
Fix whitespace errors (no code changes)
Diffstat (limited to 'src/Fl_Device.cxx')
| -rw-r--r-- | src/Fl_Device.cxx | 2 |
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) |
