Removed erroneous statement from Doxygen doc of class Fl_Copy_Surface.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10528 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2015-01-20 09:05:10 +00:00
parent eb33a418d5
commit 18f5d4e309
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@
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 2 'flavors':
1) in vectorial form as PDF data; 2) in bitmap form as a TIFF image (or PICT for Mac OS 10.3).
\li Mac OS: The graphical data is 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.
*/