diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Copy_Surface.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index de7347de6..912aacda6 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -42,11 +42,11 @@ \endcode Platform details: \li MSWindows: Transparent RGB images copy without transparency. - The graphical data is copied to the clipboard as an 'enhanced metafile'. - \li Mac OS: The graphical data is copied to the clipboard (a.k.a. pasteboard) in two 'flavors': + The graphical data are copied to the clipboard as an 'enhanced metafile'. + \li Mac OS: The graphical data are copied to the clipboard (a.k.a. pasteboard) in two 'flavors': 1) in vectorial form as PDF data; 2) in bitmap form as a TIFF image. Applications to which the clipboard content is pasted can use the flavor that suits them best. - \li X11: the graphical data is copied to the clipboard as an image in BMP format. + \li X11: the graphical data are copied to the clipboard as an image in BMP format. */ class FL_EXPORT Fl_Copy_Surface : public Fl_Surface_Device { private: |
