diff options
| -rw-r--r-- | FL/Fl_Device.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 106093f7d..f443021c0 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -86,7 +86,9 @@ public: /** This plugin socket allows the integration of new device drivers for special - window or screen types. It is currently used to provide an automated printing + window or screen types. + This class is not intended for use outside the FLTK library. + It is currently used to provide an automated printing service and screen capture for OpenGL windows, if linked with fltk_gl. */ class FL_EXPORT Fl_Device_Plugin : public Fl_Plugin { |
