From 18f5d4e30929d7671b161ded809dab3d6353ba7f Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 20 Jan 2015 09:05:10 +0000 Subject: [PATCH] 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 --- FL/Fl_Copy_Surface.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index a6ef7220b..de7347de6 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -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. */